I have done it as directed on the websites, but it seems everytime I go into the permissions file and add something for the mod into the file my world disappears and we have to start back over from scratch, I also cannot get the new name to show up for it.
how it appears:
Code:groups { default { default = 'True' nameFormat = '%name%' chatFormat = '%name% : %message%' guildFormat = '[00CC00][%guild%] %chatFormat%[-]' inherits = '' permissions { - 'rok.fairplay' } localChatFormat = '[Local] %name% : %message%' whisperSendFormat = '[C4257A]%name% >> %message%[-]' whisperReceiveFormat = '[D12681]%name% << %message%[-]' } admin { nameFormat = '%name%' chatFormat = '%name% : %message%' guildFormat = '[00CC00][%guild%] %chatFormat%[-]' inherits = '' permissions { - '*' } } moder { nameFormat = '%name%' chatFormat = '%name% : [' # 2E9AFE]%message%\' guildFormat = '[00CC00][%guild%] %chatFormat%[-]' inherits = '' permissions { - 'codehatch.admin.kick' } } } macros { } users { Sheeblies { groups { - 'admin' } permissions { } } uunf { groups { - 'admin' } permissions { } } } "BroadcasterSettings": { "Enabled": true, "Interval": 120, "Messages": [ "You can obtain your starter kit by typing /kits starter", "Don't forget to bring your friends!", "Type /rules to see our server's rules!" ], "ShowChatPrefix": true, "ShowInRandomOrder": false }, "ConnectionSettings": { "Enabled": true, "ExcludePlayers": [], "Log": true, "ShowChatPrefix": true, "ShowJoinMessages": true, "ShowLeaveMessages": true }, "CustomCommands": { "Commands": {}, "ShowChatPrefix": true }, "Messages": { "PlayerJoined": "{0} has joined the server!", "PlayerLeft": "{0} has left the server" }, "RulesSettings": { "Enabled": true, "Rules": [ "1. Do not cheat on our server.", "2. Speak English in chat at all times.", "3. No Excessive swearing.", "4. No Racial Slurs/Racist Comments.", "5. Admins are availiable with a Ticket, do not spam chat.", "6. KOS only at night.", "7. To Whisper type in /w then the message.", "Not complying with these rules may result in a mute/kick/ban (May vary depending on the offense) at any given time." ], "ShowChatPrefix": true }, "Settings": { "ChatPrefix": "Server", "ChatPrefixColor": "950415" } }
Help getting server to appear in menu
Discussion in 'Reign of Kings Discussion' started by Sheeblies, Dec 2, 2015.
-
Attached Files:
Last edited by a moderator: Dec 2, 2015 -
-
Remove everything from "BroadcasterSettings": { to the end of the file
That information goes in a different folder.
If oxide is installed properly, upload the "Announcer.cs" file to /Saves/oxide/plugins
Start your server.
If everything is working then you should have "Announcer.json" file in /Saves/oxide/config
This file should be identical to what you pasted at the bottom of your permissions file.
Modify this Announcer.json to fit what you want, save the file, then either restart the server or type "oxide.reload Announcer" in your game console.