Utils is a plugin for your server minecraft. It work in 1.8.
Features:
- You can custom join and quit message.
- You can add a location to teleport a player when he is logging.
Commands:
- /bc : send an announce message for all player
- /discord : send discord link
- /skull : give the head of player specified
- /fly : enable or disable the fly
- /gm : change your gamemode
- /msg : send a private message to a player
- /togglemsg : enable or disable private message reception
Permissions:
- utils.bc
- utils.skull
- utils.fly
- utils.fly.other
- utils.gm
- utils.msg
- utils.togglemsg
Configuration:
Code (YAML):
permissions:
fly
: utils.fly
flyother
: utils.fly.other
bc
: utils.bc
gm
: utils.gm
skull
: utils.skull
msg
: utils.msg
togglemsg
: utils.togglemsg
messages:
discord
:
"https://discord.gg/test"
prefix
:
"&b[&6Mydoria&b]&a"
#%p is replace with the player's name
join
:
"&7%p &bjoined the server"
left
:
"&7%p &bleft the server"
#the difference beetween display name and name is if the player as a nickname, it's not this name but it's his display name so the message will display his nickname and not his name
#or if the player has their name colored, the message will display their name with the color. If this option is deactivated, the name indicated will be that of his minecraft account
use-display-name-for-join-and-left
: true
not-a-player
:
"&cOnly a player can execute this"
dont-have-permission
:
"&cYou don't have the permission !"
player-doesnt-exist
:
"&cThis player doesn't exist"
player-disable-msg
:
"&cThis player has disabled private messages"
enable-msg
:
"&aYou have enable the private message"
disable-msg
:
"&cYou have disable the private message"
errors:
bc-invalid-arguments
:
"&cError &8: &e/bc <message>"
gm-invalid-arguments
:
"&cError &8: &e/gm 0 | 1 | 2 | 3"
msg-invalid-arguments
:
"&cError &8: &e/msg <Player> <Message>"
skull-invalid-arguments
:
"&cError &8: &e/skull <SkullOwner>"
togglemsg-invalid-arguments
:
"&cError &8: &e/togglemsg"
msg
:
#%p is replace by name of receiver and %m is replace by the message
player-recive-message-format
:
"&bTo &7%p &8: &c%m"
#%p is replace by name of sender and %m is replace by the message
target-recive-message-format
:
"&bFrom &7%p &8: &a%m"
use-display-name
: true
teleportation
:
#teleport player when is logging to your server.
enable
: false
x
: 0
y
: 60
z
: 0
yaw
: 90
pich
: 0
Add a feature:
You want to I add a feature to utils ?
Come to the support discord and send your proposition in the channel add a feature.
Or you can send a pull request on :
https://github.com/Redwoub/Utils/pulls
Report a bug:
https://github.com/Redwoub/Utils/issues
https://discord.gg/syEN4EAjYm