Added prefix support - Added customization features - Minor changes
Now you can add a prefix
Some of the messages can now be edited in the config.yml file. They support the %prefix% placeholder and one of them supports %HomeName% placeholder too. I'll add more editable messages in the future updates.
new config.yml file (it should update the config file automatically) :
Code (YAML):
#put 0 or lower to disable #in seconds home-teleport-cooldown: 3
#the maximum number of homes a player can have, set it to 0 or lower to remove the limit home-limit: 3
#price that players will pay when they execute /home - put 0 to disable teleportation-price: 50
#you can type here your currency, any currency will work currency: '$'
#usually your server name prefix: '&8
[&bHomeGO&8
]&r '
#use %prefix% to add the prefix wherever you want home-delete-message: '
%prefix% &aHome deleted successfully!' home-add-message: '
%prefix% &aHome added successfully!'
#next to this there will be the countdown #the %HomeName% string will work only for this message teleportation-message: '
%prefix% &aTeleporting to %HomeName% in: '#<- here there's going to be the countdown teleportation-cancelled-message: '
%prefix% &cTeleportation cancelled' teleportation-completed message: '
%prefix% &3Teleportation completed!'