Guest User

VKBP COnfig

a guest
Jan 10th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. # This is a template config file
  2. # define your parameter and its value like:
  3. Messages:
  4. ErrorMsg: "&c &a&lDR &8&l» : Some error occured : %error%"
  5. MaxSet: "&a&lDR &8&l» The maxinum number of backpacks &e%player% &acan have is set to &e%number%&a."
  6. GaveBP: "&a&lDR &8&l» The backpack (name: &e%bpname%&a) of size &e%number% &a was given to &e%player%&a."
  7. GaveKey: "&a&lDR &8&l» A key for the backpack (name: &e%bpname%&a) is issued."
  8. Named: "&a&lDR &8&l» A key for the backpack (name: &e%bpname%&a) is issued."
  9. NoSuchBP: "&a&lDR &8&l» A backpack called &e%bpname%&a was not found in %player%'s list."
  10. ReNamed: "&a&lDR &8&l» A key was renamed from &e%oldname%&a to &e%newname%&a."
  11. Maxed: "&c&lDR &8&l» You already maxed out with your backpacks."
  12. Removed: "&a&lDR &8&l» You've threw away a backpack called &e%bpname%&a."
  13. NoBP: "&c&lDR &8&l» You cannot hold any backpack."
  14. Needs9: "&c&lDR &8&l» Backpack size must be multiple of 9."
  15. Released: "&a&lDR &8&l» You have flagged %bpname% to be claimable backpack."
  16. Claimed: "&a&lDR &8&l» You have claimed %player%'s backpack named %bpname%."
  17. InvClear: "&6Cleared all inventory items from %player%."
  18. NoWorld: "&c&lDR &8&l» You cannot use it in this world (&e%world%&c)."
  19. NoRegion: "&c&lDR &8&l» You cannot use it in this region (&e%region%&c)."
  20. SizeChanged: "&a&lDR &8&l» The size of %player%'s backpack (&e%bpname%&a) has been changed to &e%size%&a."
  21. # Customizable help messages
  22. HelpMessages:
  23. banner:
  24. msg: "&8&l» &a&lBACKPACKS"
  25. help:
  26. msg: "&a/vkbackpack help : display this help menu."
  27. reload:
  28. msg: "&a/vkbackpack reload : reloads config.yml."
  29. permission: "vkbackpack.reload"
  30. give:
  31. msg: "&a/vkbackpack give <player> <size> [backpack_name] : issue a backpack of size <size> to <player>."
  32. permission: "vkbackpack.admin"
  33. addmax:
  34. msg: "&a/vkbackpack addmax <player> <num> : adds the specified number to the maximum number of backpacks <player> can have."
  35. permission: "vkbackpack.admin"
  36. setmax:
  37. msg: "&a/vkbackpack setmax <player> <max> : sets the maximum number of backpacks <player> can have to <max>."
  38. permission: "vkbackpack.admin"
  39. open:
  40. msg: "&a/vkbackpack open [player] <backpack_name> : opens the backpack called <backpack_name>"
  41. permission: "vkbackpack.open"
  42. key:
  43. msg: "&a/vkbackpack key <name> : get a key to open your backpack named as <name>."
  44. permission: "vkbackpack.key"
  45. list:
  46. msg: "&a/vkbackpack list [player]: get a list of your backpacks."
  47. permission: "vkbackpack.use"
  48. rename:
  49. msg: "&a/vkbackpack rename <newname> : rename the currently holding backpack to <newname>."
  50. permission: "vkbackpack.rename"
  51. remove:
  52. msg: "&a/vkbackpack remove [player] <backpack_name> : throw away <backpack_name> backpack."
  53. permission: "vkbackpack.use"
  54. release:
  55. msg: "&a/vkbackpack release : releases the backpack represented by the key you're holding."
  56. permission: "vkbackpack.trade"
  57. claim:
  58. msg: "&a/vkbackpack claim : claims the backpack represented by the claimable key you're holding."
  59. permission: "vkbackpack.trade"
  60. setsize:
  61. msg: "&a/vkbackpack setsize <player> <newsize> : sets the size of the backpack in hand of the player <player> to <newsize>."
  62. permission: "vkbackpack.setsize"
  63. # prefix for the name of 4DBackPack inventory
  64. BackPackPrefix: " "
  65. # default number backpacks a player can have.
  66. DefaultMaxBackPacks: 4
  67. # if this option is true, <size> in the "/bp give <player> <size>"
  68. # is specifed as the number of rows instead of the number of slots.
  69. UseRowAsSize: true
  70. #
  71. AutoPickUp: true
  72. #
  73. AutoSmelting: false
  74. StoneToStone: false
  75. #
  76. AutoBlocking: true
  77. # if the following flag is true, backpack key will act as a physical
  78. # backpack item.
  79. PhysicalBackpack: true
  80. # if the above option is true, you probably should set the following
  81. # two display flag to "false"
  82. DisplayReleasedMessage: true
  83. DisplayClaimedMessage: true
  84. #
  85. KeyItem: CHEST #TRIPWIRE_HOOK
  86. KeyItemName: "&dVKBackPack-Key"
  87. KeyItemLore:
  88. - "&a%bpname% for %player% (%slot%)"
  89. - "&aClick to open BackPack!"
  90. # if this is "true", a key will be issued upon execution of "give" command.
  91. # this option will not be used if "PhysicalBackpack" option sis true
  92. IssueKeyUponGiveBP: false
  93. # default backpack prefix
  94. BackPackNamePrefix: "BP"
  95. # backpack id prefix.
  96. BackPackIDPrefix: "ID: "
  97. # owner prefix.
  98. BackPackOwnerPrefix: "OWNER: "
  99. # slot prefix.
  100. BackPackSlotsPrefix: "Slots: "
  101. # use its own /ci
  102. UseOwnClearInventory: true
  103. # Disabled Worlds
  104. DisabledWorlds:
  105. - someworld
  106. # Disabled Regions (WorldGuard regions)
  107. DisabledRegions:
  108. - someregion
  109. # Backpack listing header format
  110. ListHeader: "=== &e[&aBackPack List&e] &r==="
  111. ListPlayerHeader: "=== &e[&b%player% &acan have up to &b%max% &abackpacks&e] &r==="
  112. # clear inventory commands/aliases
  113. ClearInventoryCommands:
  114. - ci
  115. - clean
  116. - clearinvent
  117. - clearinventory
Advertisement
Add Comment
Please, Sign In to add comment