Added an update checker that checks if there are new versions of this plugin then it notifies it in-game to players with .admin permission/OPs and on the console.
Added:
A staffer can add the reason when he/she denies the request.
New config:
Code (Text):
title-gui: "&e&lAvailable Staffers"
#use-permissions default: true - turn it to false to disable every permission so everyone can use the plugin but only OPs can use admin/staffer commands
use-permissions: true
color-name-staff-gui: "&f&l"
lore-heads-gui:
- "&8&lCLICK HERE&r&7 to send a teleport request"
- "&7The staffer will arrive to you."
#The list of Sounds you can use is here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
sound-click-head-gui: BLOCK_BELL_USE
message-teleport-request: "&a&l%u% &r&asent you a teleport request.\nYou have &7%seconds% seconds&a to accept it.\nAccept it with &7/ss accept&a or deny with &7/ss deny [reason]&a."
message-teleport-request-player: "&aYou sent a teleport request to &l%u%&r&a."
message-teleport-expired: "&cThe teleport request is expired."
message-request-denied: "&cTeleport request denied (%reason-deny%&r&c)."
staffer-offline-message: "&c&l%u%&r&c is currently offline."
seconds-countdown-to-accept-teleport: 30
teleporting-message: "&aTeleporting to &l%u%&r&a."
cannot-accept-request: "&cYou can't accept the request, &l%u%&r&c is offline."
no-request: "&cYou haven't any teleport request to accept or deny."
no-permission: "&cYou don't have the permission."
Fixed Sound bug.
Added option in the config to enable or disable the permissions.
Added in the config(you have to delete the config file or just add the text below in your config):
Code (Text):
#use-permissions default: true - turn it to false to disable every permission so everyone can use the plugin but only OPs can use admin/staffer commands
use-permissions: true