Advertisement
iAim

Untitled

Mar 29th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. # --{ =-=-=-=-=-=-=-=-=-= ItemJoin's Configuration Settings, by RockinChaos =-=-=-=-=-=-=-=-=-= }--
  2. # See the tutorial page for a more in-depth explaination; https://github.com/RockinChaos/ItemJoin/wiki
  3. config-Version: 7
  4.  
  5. Language: 'English'
  6.  
  7. # These are typically general maintenance settings that do not affect functionality.
  8. General:
  9. CheckforUpdates: true
  10. Metrics-Logging: true
  11. Log-Coloration: true
  12. Log-Commands: true
  13. Debugging: false
  14.  
  15. # These settings will take effect globally throughout the plugins system.
  16. Settings:
  17. HeldItem-Slot: DISABLED
  18. DataTags: true
  19.  
  20. # These permissions if enabled, determine whether the permission(s) is/are applied to certain players.
  21. Permissions:
  22. Obtain-Items: false
  23. Obtain-Items-OP: false
  24. Commands-Get: false
  25. Commands-OP: false
  26. Movement-Bypass: false
  27.  
  28. # If enabled this will clear items from their inventory upon performing the specified action for the specified type.
  29. # The available types(s) are ALL for all items or ITEMJOIN for only the ItemJoin items.
  30. Clear-Items:
  31. Type: ITEMJOIN
  32. Delay-Tick: 2
  33. Join: TRUE
  34. World-Switch: TRUE
  35. Region-Enter: DISABLED
  36. Options: DISABLED
  37. Bypass: DISABLED
  38.  
  39. # This is the command(s) executed upon the player performing the defined trigger(s), for the specified world(s).
  40. Active-Commands:
  41. commands:
  42. - 'itemjoin get <item> <player>'
  43. - 'first-join: say This is a command only executed once per world, per player.'
  44. triggers: JOIN
  45. enabled-worlds: ALL
  46.  
  47. # This determines if the action is allowed for all items in the specified worlds.
  48. # To disable an action, simply set the action to true for all worlds or list each world separated by a comma.
  49. Prevent:
  50. Pickups: DISABLED
  51. itemMovement: DISABLED
  52. Bypass: CREATIVE, OP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement