Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Put '' to any message if you don't want a message to be sent
- messages:
- # If no pre-msg is defined for a command in the commands section, this msg will be used - %command% : the command, %price% : the price to pay
- default-pre-msg: '&6%command% &ecosts &a%price% &ebits to use. To pay, use &d/confirm&e.'
- # If no post-msg is defined for a command in the commands section, this msg will be used - %command% the command, %price% : the price to pay
- default-post-msg: '&eYou paid &a%price% &ebits for using &6%command%&e.'
- # If no cooldown-msg is defined for a command in the commands section, this msg will be used - %s : time in seconds
- default-cooldown-msg: '&9Sorry, you must wait &d%s seconds &9before using this command again.'
- # Whenever an error occurs, this message is gonna be shown (ex: not enough money) - %s : the error message
- error: '&cAn error occured: %s'
- # When the player tries to do /aconfirm but doesn't have any pending confirmation
- nothing-to-confirm: '&cYou don’t have an awaiting confirmation.'
- # Message shown when players hover the /aconfirm message in chat
- hover-msg: '&a&lClick here to run the command!'
- # The message sent after using /acreload
- reload-msg: '&aThe plugin’s configuration has been reloaded'
- # The message sent when the player doesn't have the required permission
- reload-no-perm-msg: '&cSorry, you cannot do that'
- # Message sent when a player toggle the confirmation to off
- confirmation-off-msg: '&eYou no longer need to use &d/confirm &eto confirm commands that cost bits.'
- # Message sent when a player toggle the confirmation to on
- confirmation-on-msg: '&eYou now need to use &d/confirm &eto confirm commands that cost bits.'
- options:
- # The time in seconds after which the confirm command will expire
- expiration-time: 13
- # The permission needed to bypass cooldown commands - %s : the command first word (ex: /home shop, %s is gonna be home)
- default-cooldown-bypass-permission: advancedcommands.cooldown.bypass.%s
- # The permission needed to bypass cost commands - %s : the command first word (ex: /home shop, %s is gonna be home)
- default-cost-bypass-permission: advancedcommands.cost.bypass.%s
- # By default, if the user type in the same command twice in the chat it is like they are accepting to pay. If you set this option to true they will always have to use /aconfirm
- force-use-confirm-command: true
- # The permission needed to use /acreload
- reload-command-permission: advancedcommands.command.reload
- commands:
- # The command without the slash
- 'tpa %ignored%':
- # The cost for using this command - NOT REQUIRED default: free
- cost: 5
- # The message sent before actually doing the command - NOT REQUIRED default: see messages section
- pre-msg: '&6/tpa &ecosts &a5 &ebits to use. To pay, use &d/confirm&e.'
- # The message sent after doing the command - NOT REQUIRED default: see messages section
- post-msg: '&eYou paid &a5 &ebits to use &6/tpa&e.'
- # Cooldown for that command in seconds
- cooldown: 5
- # The permission needed to bypass the cooldown for this specific command - NOT REQUIRED default: see options section
- cooldown-bypass-permission: advancedcommands.bypass.cooldown.tpa
- # The permission needed to bypass the cost for this specific command - NOT REQUIRED default: see options section
- cost-bypass-permission: advancedcommands.bypass.cost.tpa
- # You need to put the permission required to run this command, otherwise the player will lose money but the command won't be executed
- # THIS IS REQUIRED FOR EVERY COMMAND
- permission: essentials.tpa
- # If this command has a teleport delay from essentials, set this to true so that the money is removed once the teleport is completed
- is-a-teleport-command: true
- # 'warp shop':
- # cost: 500
- # post-msg: '&1Woop'
- # cooldown: 15
- # cooldown-msg: '&aYOU SHALL WAIT BEFORE DOING THAT!'
- # permission: essentials.warps.shop
- # is-a-teleport-command: true
- # %ignored is being ignored, which means it could be anything. You can use this in any command, even multiple times (tp %ignored% %ignored%)
- # 'tpa %ignored%':
- # cost: 20
- # permission: essentials.tpa
- # is-a-teleport-command: true
- # 'me ketchup but yeah':
- # cost: 1.5
- # pre-msg: '&bYou''re weird. /aconfirm'
- # permission: essentials.me
Add Comment
Please, Sign In to add comment