Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is a template config file
- # define your parameter and its value like:
- Messages:
- ErrorMsg: "&c &a&lDR &8&l» : Some error occured : %error%"
- MaxSet: "&a&lDR &8&l» The maxinum number of backpacks &e%player% &acan have is set to &e%number%&a."
- GaveBP: "&a&lDR &8&l» The backpack (name: &e%bpname%&a) of size &e%number% &a was given to &e%player%&a."
- GaveKey: "&a&lDR &8&l» A key for the backpack (name: &e%bpname%&a) is issued."
- Named: "&a&lDR &8&l» A key for the backpack (name: &e%bpname%&a) is issued."
- NoSuchBP: "&a&lDR &8&l» A backpack called &e%bpname%&a was not found in %player%'s list."
- ReNamed: "&a&lDR &8&l» A key was renamed from &e%oldname%&a to &e%newname%&a."
- Maxed: "&c&lDR &8&l» You already maxed out with your backpacks."
- Removed: "&a&lDR &8&l» You've threw away a backpack called &e%bpname%&a."
- NoBP: "&c&lDR &8&l» You cannot hold any backpack."
- Needs9: "&c&lDR &8&l» Backpack size must be multiple of 9."
- Released: "&a&lDR &8&l» You have flagged %bpname% to be claimable backpack."
- Claimed: "&a&lDR &8&l» You have claimed %player%'s backpack named %bpname%."
- InvClear: "&6Cleared all inventory items from %player%."
- NoWorld: "&c&lDR &8&l» You cannot use it in this world (&e%world%&c)."
- NoRegion: "&c&lDR &8&l» You cannot use it in this region (&e%region%&c)."
- SizeChanged: "&a&lDR &8&l» The size of %player%'s backpack (&e%bpname%&a) has been changed to &e%size%&a."
- # Customizable help messages
- HelpMessages:
- banner:
- msg: "&8&l» &a&lBACKPACKS"
- help:
- msg: "&a/vkbackpack help : display this help menu."
- reload:
- msg: "&a/vkbackpack reload : reloads config.yml."
- permission: "vkbackpack.reload"
- give:
- msg: "&a/vkbackpack give <player> <size> [backpack_name] : issue a backpack of size <size> to <player>."
- permission: "vkbackpack.admin"
- addmax:
- msg: "&a/vkbackpack addmax <player> <num> : adds the specified number to the maximum number of backpacks <player> can have."
- permission: "vkbackpack.admin"
- setmax:
- msg: "&a/vkbackpack setmax <player> <max> : sets the maximum number of backpacks <player> can have to <max>."
- permission: "vkbackpack.admin"
- open:
- msg: "&a/vkbackpack open [player] <backpack_name> : opens the backpack called <backpack_name>"
- permission: "vkbackpack.open"
- key:
- msg: "&a/vkbackpack key <name> : get a key to open your backpack named as <name>."
- permission: "vkbackpack.key"
- list:
- msg: "&a/vkbackpack list [player]: get a list of your backpacks."
- permission: "vkbackpack.use"
- rename:
- msg: "&a/vkbackpack rename <newname> : rename the currently holding backpack to <newname>."
- permission: "vkbackpack.rename"
- remove:
- msg: "&a/vkbackpack remove [player] <backpack_name> : throw away <backpack_name> backpack."
- permission: "vkbackpack.use"
- release:
- msg: "&a/vkbackpack release : releases the backpack represented by the key you're holding."
- permission: "vkbackpack.trade"
- claim:
- msg: "&a/vkbackpack claim : claims the backpack represented by the claimable key you're holding."
- permission: "vkbackpack.trade"
- setsize:
- msg: "&a/vkbackpack setsize <player> <newsize> : sets the size of the backpack in hand of the player <player> to <newsize>."
- permission: "vkbackpack.setsize"
- # prefix for the name of 4DBackPack inventory
- BackPackPrefix: " "
- # default number backpacks a player can have.
- DefaultMaxBackPacks: 4
- # if this option is true, <size> in the "/bp give <player> <size>"
- # is specifed as the number of rows instead of the number of slots.
- UseRowAsSize: true
- #
- AutoPickUp: true
- #
- AutoSmelting: false
- StoneToStone: false
- #
- AutoBlocking: true
- # if the following flag is true, backpack key will act as a physical
- # backpack item.
- PhysicalBackpack: true
- # if the above option is true, you probably should set the following
- # two display flag to "false"
- DisplayReleasedMessage: true
- DisplayClaimedMessage: true
- #
- KeyItem: CHEST #TRIPWIRE_HOOK
- KeyItemName: "&dVKBackPack-Key"
- KeyItemLore:
- - "&a%bpname% for %player% (%slot%)"
- - "&aClick to open BackPack!"
- # if this is "true", a key will be issued upon execution of "give" command.
- # this option will not be used if "PhysicalBackpack" option sis true
- IssueKeyUponGiveBP: false
- # default backpack prefix
- BackPackNamePrefix: "BP"
- # backpack id prefix.
- BackPackIDPrefix: "ID: "
- # owner prefix.
- BackPackOwnerPrefix: "OWNER: "
- # slot prefix.
- BackPackSlotsPrefix: "Slots: "
- # use its own /ci
- UseOwnClearInventory: true
- # Disabled Worlds
- DisabledWorlds:
- - someworld
- # Disabled Regions (WorldGuard regions)
- DisabledRegions:
- - someregion
- # Backpack listing header format
- ListHeader: "=== &e[&aBackPack List&e] &r==="
- ListPlayerHeader: "=== &e[&b%player% &acan have up to &b%max% &abackpacks&e] &r==="
- # clear inventory commands/aliases
- ClearInventoryCommands:
- - ci
- - clean
- - clearinvent
- - clearinventory
Advertisement
Add Comment
Please, Sign In to add comment