Essential Commands and Features for LilyPad!
View this resource: http://www.lilypadmc.org/resources/lilyessentials.7/
Hey guys, The_Zip here. Unfortunately bobacadodl has left the Minecraft community to more personal real life stuff. Because of this, he has given me the LilyEssentials source code, and I am updating it. If you are familiar with the LilyPad code, and would like to help me out, send me a message.
Huge thanks to these people, give them a thanks, like all there post's, and give them lots of love: Tzeentchful - Fixing more than half the code, and adding hide. matthijs110 - Helping me out with Jenkins!
- /alert [message] - cross server broadcast
lilyessentials.admin.alert
- /alertserver [servers separated by commas] [message] - multiserver broadcast
lilyessentials.admin.alertserver
- /glist - global list of servers and their playercounts
lilyessentials.general.glist
- /msg [player] [message] - cross server messaging
lilyessentials.general.message
- /r [player] [message] - quickly reply to a message
lilyessentials.general.message
- /admin - toggle admin chat
lilyessentials.admin.chat
- /admin [message] - send a message to admin chat
lilyessentials.admin.chat
- /dispatch [command] - dispatch a command to all servers
lilyessentials.admin.dispatch
- /dispatchserver [servers separated by commas] [command] - dispatch a command to specified servers
lilyessentials.admin.dispatchserver
- /find [player] - Find what server a player is on
lilyessentials.general.find
- /send [player] [server] - send a player to a server
lilyessentials.admin.send
- /sendall [server] - send all players to a server
lilyessentials.admin.sendall
- SocialSpy - Keep an eye on every whisper message around the network
lilyessentials.socialspy
- /hide - hides the player
lilyessentials.admin.hide
LilyEssentials now has completely configurable message formats!
The placeholders(when applicable) are {message}
, {player}
, {players}
, and {server}
.
you can also use color codes with &(0-9,a-f,k-o)