Guest User

Untitled

a guest
Mar 17th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1.  
  2. reloadConfig: '&aYou have reloaded the config'
  3. noPermission: '&4You do not have the permission to execute this command'
  4.  
  5. cannotOpenChest: '&cYou do not have access to interact with the ender chest.'
  6.  
  7. purgeMessage: '&aYou have purged {total} inactive accounts for time {hours} hours.'
  8. purgeConfirmMessage: '&cYou are using a very short time frame for purging data: {hours} hours. If you wish to proceed, add -confirm to the end of the command.'
  9.  
  10. playerDoesNotExist: '&cThe player {player} does not exist'
  11. cannotOpen: '&cThis container is currently being backed up. Please retry shortly.'
  12.  
  13. clearRequireConfirm: '&cYou are about to clear {player}`s ender chest vault. This action requires confirmation. Please add -confirm at the end of the command.'
  14. clearConfirm: '&cYou have successfully cleared {player}`s ender chest vault.'
  15.  
  16. #New Messages 3.2
  17. infoPages: '&aPlayer {player} has {amount} page(s)'
  18. modifyPagesViewerMessage: '&cThe number of pages for this vault has been modified. This vault will be backed up and reloaded'
  19. cmdUsage: '&cPlease use /ecvpages <player> <add/remove/set/info> [amount]'
  20. cannotChangePagesNow: '&cThe user`s pages are curently being saved to an external file. Please try again in a bit'
  21. #Both messages can use {amount} {oldAmount} {player}
  22. modifiedPages: '&aYour ender chest vault pages have been modified. Total amount: {amount}'
  23. modifiedPagesTarget: '&a{player} now has {amount} page(s). Old value: {oldAmount}'
  24. #End new messages 3.2
  25.  
  26. #New Messages 3.3
  27. cannotPay: '&cYou don`t have enough funds. Your balance: {balance}, cost: {cost}'
  28. cannotPayTarget: '&cThe target player does not have enough funds. Your balance: {balance}, cost: {cost}'
  29. payedSuccess: '&aYou have payed {cost}. Your balance: {balance}'
  30. payedSuccessTarget: '&aYou have payed {cost} using the target`s money. Their balance: {balance}'
  31.  
  32. #Allows to define which items can be smelted and the result
  33. #Gives the posibility of hiding secrets, or other items that are not easily obtainable
  34. smeltTable:
  35. #- 'COAL_ORE:COAL'
  36. #- 'IRON_ORE:IRON_INGOT'
  37. #- 'GOLD_ORE:GOLD_INGOT'
  38.  
  39. #End Messages 3.3
  40.  
  41. # Right-clicking an ender chest will open the ender chest vault, disabling the vanilla ender chest.
  42. rightClickEnderOpen: true
  43.  
  44. # You can use {player} to display the player's name, and {page} to display the current open page.
  45. inventoryTitle: '&aEnderChest Vault - {page}'
  46.  
  47. # In minutes. Stores inventories not interacted with in this amount of time.
  48. saveInventoryBackupTime: 30
  49.  
  50. # How many times in minutes the plugin checks for inactive chests.
  51. timerCheck: 30
  52.  
  53. # Players who haven't logged in for this specific amount of time will have their ender chest vault data purged. Checked once per server start.
  54. # In hours. Ex: 730 hours = 1 month. 0 or less will deactivate this setting.
  55. inactiveTimePurge: 0
  56.  
  57. # One row can have a maximum of 9 items. Anything over 9 on a row will be ignored.
  58. # You can have a maximum of 6 rows. Anything over 6 will be ignored.
  59. # You can use ids from the buttons config section below.
  60. # Remove the # from the example if you want to use it.
  61. # 'slot' is a default value. If you don't use a valid item from the list below, it'll become a normal slot instead.
  62. enderChestGUIFormat:
  63. #- 'slot slot slot slot slot slot slot slot slot'
  64. #- 'slot slot slot slot slot slot slot slot slot'
  65. #- 'slot slot slot slot slot slot slot slot slot'
  66. #- 'slot slot slot slot slot slot slot slot slot'
  67. #- 'slot slot slot slot slot slot slot slot slot'
  68. #- 'filler filler filler backArrow filler forwardArrow filler filler filler'
  69.  
  70.  
  71. # You can add any items you need.
  72. # Items from this list cannot be taken from the inventory.
  73. # You can run any command under commands - {player} can be used for the name of the player.
  74. # Actions that can be used: %PAGE_NEXT%, %PAGE_BACK%, %INVENTORY_CLOSE%, %PAGE_FORWARD_{amount}%, %PAGE_BACKWARD_{amount}%, %PAGE_FIRST%, %PAGE_LAST%, %SMELT_{multiplier}
  75. # See funnyButton example on how to setup textured player heads buttons
  76. # Go to this site to find heads: https://minecraft-heads.com/
  77. # Select the head that you like, go down to 'For Developers:' sections and copy the value
  78. buttons:
  79. # filler:
  80. # display: ' '
  81. # material: PAPER
  82. # materialData: 0
  83. # hasGlow: false
  84. # lore: ''
  85. # commands: ''
  86. # forwardArrow:
  87. # display: '&aGo to the next page'
  88. # material: ARROW
  89. # materialData: 0
  90. # hasGlow: false
  91. # lore: ''
  92. # commands:
  93. # - '%PAGE_NEXT%'
  94. # backArrow:
  95. # display: '&aGo back a page page'
  96. # material: ARROW
  97. # materialData: 0
  98. # hasGlow: false
  99. # lore: ''
  100. # commands:
  101. # - '%PAGE_BACK%'
  102. # funnyButton:
  103. # display: '&cDo not click'
  104. # material: PLAYER_HEAD or SKULL_ITEM(for older versions)
  105. # base64: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWFiNGFmNzUxMTI0MzczNjM4MTVmNDkyNGMyMjJlMDg4NThkODNhZjMzN2M3ZDFhZDUyNDk2Yjc5YWY4ZWNhZCJ9fX0='
  106. # materialData: 0
  107. # hasGlow: false
  108. # cost: 100
  109. # lore: ''
  110. # permission: super.awesome
  111. # commands:
  112. # - 'ban {player} Told you'
  113.  
  114. #Do not modify or you risk player data loss
  115. config-version: 0.0
Add Comment
Please, Sign In to add comment