-
Notifications
You must be signed in to change notification settings - Fork 21
Useful Links
Matej edited this page May 18, 2024
·
6 revisions
Here is a collection of useful web resources that will make it easier for you to maintain both your server and your copy of this plugin.
- Paper. Paper is a Minecraft server based on Spigot, that aims to provide high grade of performance and versatility.
- Color Codes. A list of all available color codes that you may use within this plugin.
- JSON Generator. Very handy JSON generator for your chat that will produce interactive chat messages, for example with elements displaying on clicking or hovering on the message.
- Notepad++. Powerful yet simple and clean text editor. Using it will fix lots of trouble with different encoding.
- Sublime Text. Another text processor of a high quality grade, fully respecting file encodings.
- WordPad / Notepad on Windows. NOT RECOMMENDED. You may end up corrupting your configuration, because they do not respect file encodings. Use with caution!
- YAML Parser. If you are having trouble writing .yml files, this service will check your syntax and displays exactly where the error lies.
- pastebin.com. This is the best place to upload your errors and stack traces to. Code high-lightning is fully supported.
- Project Orion. This is my course on coding your own Minecraft plugins fast. Over 3,000 students have joined and tested Project Orion so far, and it's currently pronounced as the #1 platform to learn Minecraft plugins.
© 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