-
Notifications
You must be signed in to change notification settings - Fork 23
Books
Matej Pacan edited this page Nov 14, 2020
·
5 revisions
You can use ChatControl to create, edit, and open books for players.
Note: When creating books, we use the same interface as mails have. That's why you will see messages that your mail is ready to sent, etc. This is intended.
Create a new book.
Save a book you just created to books/ folder in your ChatControl/ folder.
Delete a saved book.
Open a book for a player
List saved books.
You can simply use "then book" operator in Rules and Messages to open any saved book for the player.
- You can create the following rule in rules/command.rs file (we already have it there as an example):
- Then you can create a new format "help" that will show a message that has a special part that, when clicked, will open your saved book for the player.
© MineAcademy | Code Unique Minecraft Plugins & Servers In 20 Days
Installation
Troubleshooting
Basics
Learn
- Channels
- Formats
- Rules
- Rules Creator
- Messages
- Variables
- JavaScript Variables
- Running JavaScript Code
- Logs
- Spying
- Books
Tweaking
- Performance
- Chat Bots
- Groups
- Sound Notify
- Newcomer
- Super Cool Messages
- Custom Commands
- Listener Priorities
- JSON
- API
Tutorials
About