ChewieCore
ChewieCore is a plugin meant to be the core, but also not too heavy.
Currently it adds a motd & join/leave message and also homes command.
I’m working on adding more commands & features. And please note this is not a remake or a placement for Essentialsx. Its for servers that don't want all those features and rather a smaller plugin.
Commands & permissions
sethome:
description: Set a home at your current location.
permission: chewiecore.sethome
usage: /sethome <name>
home:
description: Teleport to a specific home.
permission: chewiecore.home
usage: /home <name>
homes:
description: List all your homes.
permission: chewiecore.homes
usage: /homes
delhome:
description: Delete a specific home.
permission: chewiecore.delhome
usage: /delhome <name>
Default config
Code (Text):
general: # This prefix goes before most if not all messages. I would advice using your servername or core :)
prefix: "&8[&c&lCC&8]&f "
joinandleave:
join: "&7[&a&l+&7]&f "
leave: "&7[&c&l-&7]&f "
commands:
sethome:
success: "&aHome '&e%home%&a' has been set!"
no_permission: "&cYou do not have permission to use this command."
invalid_usage: "&cYou must specify a name for your home! Usage: &e/sethome <name>"
player_only: "&cOnly players can use this command!"
home:
success: "&aTeleported to home '&e%home%&a'!"
not_exist: "&cHome '&e%home%&c' does not exist!"
invalid_usage: "&cYou must specify the name of your home! Usage: &e/home <name>"
player_only: "&cOnly players can use this command!"
homes:
no_homes: "&cYou don't have any homes!"
list: "&aYour homes: &e%homes%"
delhome:
success: "&aHome '&e%home%&a' has been deleted!"
not_exist: "&cHome '&e%home%&c' does not exist!"
invalid_usage: "&cYou must specify the name of the home to delete! Usage: &e/delhome <name>"
player_only: "&cOnly players can use this command!"
motd:
firstline: "&6&lI &r&c&lCC &6&lI"
secondline: "&9I &a&l1.21.3 &9I &bFeature &9I"
dynamicsecondlines:
enabled: true
SecondLines: # You can add as many lines as you want :)
- "&6&lThanks for using ChewieCore"
- "&6&lThanks for using ChewieCore"