1.2 all command messages are configurable - messages.yml, fixed a few errors and cleaned up
1.2
Added messages.yml Every chat message sent is now configurable!
Code (Text):
# DeluxeTags messages.yml
# Edit the plugin messages to your liking!
cmd:
no_permission: '&cYou don''t have &7{0} &cto do that!'
target_not_online: '&f{0} &cis not online!'
no_tags_loaded: '&cThere are no tags loaded!'
no_tags_available: ''
tags_list: '&f{0} &aavailable tags: &f{1}'
tag_select_incorrect_usage: '&cIncorrect usage! &7/tags select <tagname>'
tag_select_success: '&7Your tag was set to: &r{1}'
tag_select_fail: '&f{0} &cis not a valid tag name!'
help_title: '&5&lDeluxeTags &f&oHelp'
help_color: '&8> &d&l'
help_tags: '&f&oOpen your tags GUI'
help_list: '&f&oView tags available to you'
help_select: '&f&oSelect a tag as your active tag'
help_admin_set: '&f&oSet a players tag'
help_admin_clear: '&f&oClear a players tag'
help_version: '&f&oView DeluxeTags version and author information'
help_reload: '&f&oReload the tags config'
admin_set_incorrect_usage: '&cIncorrect usage! &7/tags set <player> <tag>'
admin_set_no_tags_avail: '&f{0} &cdoesn''t have any tags available!'
admin_set_success: '&f{0}s &atag has been set to: {1} &7({2}&7)'
admin_set_success_to_target: '&7Your tag has been set to &f{1} &aby &f{2}'
admin_set_success_fail: '&f{0} &cis not a valid tag for &f{1}&c!'
admin_clear_incorrect_usage: '&cIncorrect usage! &7/tags clear <player>'
admin_clear_no_tag_set: '&f{0} &cdoesn''t have a tag set!'
admin_clear_success: '&f{0}s &atag has been cleared!'
admin_clear_success_to_target: '&7Your tag has been cleared &aby &f{0}'
admin_reload: '&aConfiguration successfully reloaded! &f{0} &atags loaded!'
incorrect_usage: '&cIncorrect usage! Use &7/tags help'
gui:
tag_selected: '&aYour tag has been set to &f{0} &7({1}&7)'
tag_disabled: '&7Your tag has been disabled!'
page_error: '&cThere was a problem getting the previous page number!'
Fixed a few bugs with some commands.
Fixed error with the cleanup task that runs every x mins to remove offline players from the loaded tag cache.
I will be working on GUI item customization + adding more admin commands for the next update!