
Ruels
The Professional Plugin Specification Project Title: Dynamic Rule Hologram Plugin The Goal: A plugin that allows administrators to generate a series of...
00—FreepaperServer1.21.11mod
Ruels - Dynamic Rule Hologram Plugin
Overview
Ruels is a server plugin that lets administrators display server rules as floating text (holograms) at any location. These holograms persist across server restarts and can be easily removed when needed.
Features
- Floating Rule Display: Multi-line holograms showing your server rules
- Color Support: Full HEX color codes (#FF0000) and legacy color codes (&b, &l, etc.)
- Persistent: Holograms automatically reappear after server restarts
- Easy Management: Simple commands to spawn and remove holograms
How to Use
Spawning Holograms
Stand where you want the hologram to appear and run:
/rules-spawn
or
/hologram-rules
The hologram will appear floating above your current position.
Removing Holograms
To remove all rule holograms from the server:
/rules-remove
Customizing Rules
Edit the config.yml file in the plugin folder to change the displayed rules:
- Use
&followed by a color code (e.g.,&afor green,&bfor aqua) - Use
&lfor bold,&nfor underlined text - Use
&#RRGGBBfor specific HEX colors (e.g.,&#FF5500for orange)
Tips & Tricks
- You can spawn multiple holograms in different locations
- The line height between text can be adjusted in config.yml
- Holograms automatically adjust when chunks reload
Known Limitations
- Only administrators with the
server.admin.rulespermission can use these commands - Holograms cannot be individually removed (all at once)