/wiki Command Guide
A complete reference for the Encyclopediac plugin commands.
Note: Some commands require operator (admin) permissions.
--------------------------------------------------
/wiki <entryName>
Description: Opens an encyclopedia entry in a virtual book for reading.
Usage: /wiki colors
Requires: None
--------------------------------------------------
/wiki book
Description: Gives the player a book and quill to write a new entry.
Usage: /wiki book
Requires: [OP Only]
--------------------------------------------------
/wiki add <entryName>
Description: Saves the contents of the writable book in your main hand as a new or updated encyclopedia entry.
Usage: /wiki add getting_started
Requires: [OP Only]
Conditions: Must be holding a writable book.
Success: "This encyclopedia has been added/edited!"
Failure: "You are not holding a book, or you did not enter a key for this encyclopedia!"
--------------------------------------------------
/wiki get <entryName>
Description: Gives the player a writable book with the contents of the specified entry for editing.
Usage: /wiki get introduction
Requires: [OP Only]
Success: "You have been given the requested encyclopedia as a book item!"
Failure: "You must enter the book you want!"
--------------------------------------------------
/wiki consoleGet
Description: Prints the contents of the book in your hand to the server console using ``NP`` to separate pages.
Usage: /wiki consoleGet
Requires: [OP Only]
Success: "Check the console for your formatted book string!"
--------------------------------------------------
/wiki
Description: Displays a message if no argument is provided.
Message: "Enter something you would like to have information on to proceed!"
--------------------------------------------------
Notes:
- Use /wiki <entryName> to view saved entries.
- Pages are separated with the string ``NP`` internally.
- Color codes in books should use & (converted to ยง).
- Data is saved in: plugins/Encyclopediac/data.properties
Thank you for using Encyclopediac!