Created
September 3, 2019 09:39
-
-
Save KorewaLidesu/e0e8472e08447002e9ada75d062a29f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --{ =-=-=-=-=-=-=-=-=-= ItemJoin's Configuration Settings, by RockinChaos =-=-=-=-=-=-=-=-=-= }-- | |
# See the tutorial page for a more in-depth explaination; https://www.spigotmc.org/wiki/itemjoin/ | |
config-Version: 7 | |
# English is currently the only support language at the moment! | |
Language: 'English' | |
# These are typically general maintenance settings that do not affect functionality. | |
General: | |
CheckforUpdates: true | |
Metrics-Logging: true | |
Log-Coloration: true | |
Log-Commands: true | |
Debugging: false | |
# These settings will take effect globally throughout the plugins system. | |
Settings: | |
HeldItem-Slot: 4 | |
DataTags: true | |
# These permissions if enabled, determine whether the permission(s) is/are applied to certain players. | |
Permissions: | |
Obtain-Items: false | |
Obtain-Items-OP: false | |
Commands-Get: true | |
Commands-OP: false | |
Movement-Bypass: false | |
# If enabled this will clear items from their inventory upon performing the specified action for the specified type. | |
# The available types(s) are ALL for all items or ITEMJOIN for only the ItemJoin items. | |
Clear-Items: | |
Type: ITEMJOIN | |
Delay-Tick: 2 | |
Join: DISABLED | |
World-Switch: DISABLED | |
Options: PROTECT | |
Bypass: OP | |
# This is the command(s) executed upon the player performing the defined trigger(s), for the specified world(s). | |
Active-Commands: | |
commands: | |
- 'itemjoin get <item> <player>' | |
- 'first-join: say This is a command only executed once per world, per player.' | |
triggers: JOIN | |
enabled-worlds: DISABLED | |
# This determines if the action is allowed for all items in the specified worlds. | |
# To disable an action, simply set the action to true for all worlds or list each world separated by a comma. | |
Prevent: | |
Pickups: true | |
itemMovement: true | |
Bypass: OP | |
# These are optional dependencies, only enable these if you want to use them. | |
softDepend: | |
AuthMe: false | |
BetterNick: false | |
HeadDatabase: false | |
Multiverse-Core: false | |
Multiverse-Inventories: false | |
MyWorlds: false | |
PerWorldInventory: false | |
PerWorldPlugins: false | |
PlaceholderAPI: true | |
TokenEnchant: false | |
Vault: true | |
WorldGuard: true | |
xInventories: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment