Advertisement
Guest User

[SPIGOT] OwnCommands - English Configuration

a guest
Sep 22nd, 2018
626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.31 KB | None | 0 0
  1. General:
  2.   Prefix: '&8[&3OwnCommands&8]'
  3.   NoPermission: '%prefix% &cYou don't have permissions for that.'
  4.   NoPlayer: '%prefix% &cYou need to be a player'
  5.   SuccessfullyCanceled: '%prefix% &cYou canceled the progress'
  6.   SuccessfullyDeleted: "%prefix% &aSuccessfully &8(&7%amount%&8)&a."
  7.   CommandAlreadyExists: '%prefix% &cThis command does already exist.'
  8.   CommandCreated: '%prefix% &7The command &a%command% &7was created successfully. &7Open the
  9.     file &acommands.yml &7and configure the messages..'
  10.   Reloaded: '%prefix% &aAll settings and messages were reloaded successfully.'
  11.   AllowTabComplete: true
  12. Permissions:
  13.   UseCommand: owncommands.use
  14.   AddCommands: owncommands.add
  15.   SeeStats: owncommands.stats
  16. StatsInv:
  17.   Title: '&3&lAdministrate commands'
  18.   SelectAll: '&8> &7Select everything'
  19.   DeselectAll: "&8> &7Deselect everything"
  20.   DeleteSelected: '&8> &7Remove selected items'
  21.   CommandDisplayPrefix: "&8[&a&l\u2726&8] &7/"
  22.   LoreTemplate:
  23.  - '&8&m---------------'
  24.   - "&7Executed&8: &a%timesExecuted% Mal"
  25.  - '&7Command&8: /&a%commandString%'
  26.  - '&7Permission&8: &a%commandPermission%'
  27.  - '&8&m---------------'
  28. ConfirmInv:
  29.  Title: "&3&lConfirmation"
  30.  'Yes': '&a&lYES'
  31.  'No': '&c&lNO'
  32.  QuestionVar: "&7Really delete %amount% commands?"
  33.   QuestionDef: "&7Really delete this command?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement