SkinN õ.Õ'.|. submitted a new resource:
Info Boards - Chat Informational Boards
Read more about this resource...
Info Boards [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, May 14, 2015.
-
Hey Skin is this like the CustomChatCommands just with the colorsheme of Notifier?
-
SkinN õ.Õ'.|. updated Info Boards with a new update entry:
Info Boards | Added Resource ID
-
Wulf Community Admin
-
Yeah i tried it out... ty
-
I have never used CustomChatCommands before, nor I know how does it work.
Info Boards lets users create message shemes like the Players List from Notifier. -
This really helps to explain commands like /home and /pet to players. Thanks!
-
After last update:
Code:> oxide.reload infoboards [Oxide] 9:48 PM [Error] Failed to load plugin infoboards Traceback (most recent call last): File "infoboards.py", line 2, in <module> ImportError: No module named server
-
Wulf Community Admin
Attached Files:
-
-
SkinN õ.Õ'.|. updated Info Boards with a new update entry:
Info Boards | Rust update fix!
-
Code:
[Oxide] 12:37 AM [Error] Failed to load plugin infoboards (IOException: Sharing violation on path C:\TCAFiles\Users\euru_523\210\server\myserver\oxide\plugins\infoboards.py) [Oxide] 12:37 AM [Debug] at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding) at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0 at Oxide.Ext.Python.Plugins.PythonPlugin.Load () [0x00000] in <filename unknown>:0 at Oxide.Ext.Python.Plugins.PythonPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
Last edited by a moderator: Jun 13, 2015 -
Wulf Community Admin
-
Hey guys,
I'm quite new to running my own server. I have a server with Miltiplay and I have applied this plugin, but I'm not sure which part of the config file I have to edit.
Code:{ "BOARDS": { "home": { "DESC": "Learn how to use the /home command", "LINES": [ "The home command sets a way point to your home you can then easily teleport to.", "To set a home you must first to be on a foundation placed by you, otherwise you cant use the command,", "when your on the foundation type <red>/sethome name<end>, the <red>name<end> its the name of the home", "you will later use to teleport to. Then your home will be saved successfuly.", "Now to teleport to your home type <red>/home name<end>, the <red>name<end> its the name you saved your home with.", "You can remove your home anytime, by typing <red>/removehome name<end>." ], "TITLE": "HOME" }, "map": { "DESC": "Learn how to use the Live Map", "LINES": [ "<lightblue>To use the server map, open your browser and paste the link below in the URL bar:<end>", "<lightblue>MAP LINK:<end> {ip}:{port}" ], "TITLE": "LIVE MAP" }, "motd": { "DESC": "Daily messages with information about the server", "LINES": "This is the message of the day!", "TITLE": "Message Of The Day" }, "remover": { "DESC": "Learn how to use the /remover command", "LINES": [ "<yellow>The Remover Tool allows you to remove objects or structures by simply hitting the object/structure by following these steps:<end>", "<silver>- You need to place a Tool Cupboard and be authed to it in order to use the remover command.<end>", "<silver>- You must also be authed to any Tool Cupboard around the object/structure if the object/structure is in the<silver>", "<silver>radius of any of these Tool Cupboards. Otherwise you wont be able to remove it.<silver>" ], "TITLE": "REMOVER TOOL" } }, "COLORS": { "PREFIX": "red" }, "CONFIG_VERSION": 1.0, "MESSAGES": { "AVAILABLE BOARDS": "AVAILABLE BOARDS", "BOARD NOT EXISTS": "Board doesnt exist. Type <red>/info<end> to check the available boards.", "INFO CMD DESCRIPTION": "<white>/info <option> -<end> Prints informational boards into chat.", "SYNTAX USAGE": "<#E85858>Syntax: /info <board name><end>" }, "SETTINGS": { "BROADCAST TO CONSOLE": true, "PREFIX": "INFO BOARDS", "PRINT TO CONSOLE": true } }
Thanks -
Code:"put the board command here": { "DESC": "put the description of the board here", "LINES": [ "Board Text 1", "Board Text 2", "Board Text 3", ], "TITLE": "put the title of the board here" },
- The board description is shown when you type /info with no arguments in the chat, and it shows the list of all available boards with their descriptions.
- The board title is shown on top of the board.
I hope this helped. -
ANNOUNCEMENT:
To all my plugins users, it is with great sadness that I am announcing my retirement on Oxide plugins development. The reason of this is because my personal and professional life has taken me all the time that I have for this little hobby I have been enjoying for so long, I have a job which occupies most of my time, and also there have been a lot of changes on my life that I have to give more attention to, as much as I would like I can no longer spend much time on developing/updating my plugins.
I want to thank everyone that have been using plugins so far and all the support a lot of people gave me while developing them. I have been following Rust development since Rust was played on the browser, I have seen every single change until today, and it is without a doubt one of the best games I have ever played and enjoyed modding in such a great community as Oxide is, but unfortunately my gaming time is close to none and I can no longer spend much time on it.
To all of you, thank you for everything, and farewell!
A MESSAGE FOR THE DEVELOPERS:
I am whiling to give away any of my plugins to a developer who wants to do so. Any one is free to come to me and ask to take over a plugin, I will then choose a developer I see fit for each plugin. -
Hey guys,
I have been struggling to get this mod to work, but when I modify the config file with my information it still shows the old "Home, motd, remover and map"
I checked the config file a bunch of the times and shows my info not these ones. -
SkinN õ.Õ'.|. updated Info Boards with a new update entry:
Info Boards | Complete Re-Write & Improvements
For further help adding new boards: Info Boards for Rust Experimental - FAQ | OxideLast edited by a moderator: Nov 28, 2015 -
is the info board a gui screen or is it text in chat
-
i've just installed this plugins restart my server but in game i type /info and server say unknow command