Anston06

Config.yml

Nov 14th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. # +----------------------------------------------------------------------------------------------+ #
  2. # | _____ _____ | #
  3. # | |_ _|_ |_ _| _ | #
  4. # | | | | | | | (_) | #
  5. # | | | | |_ ___ _ __ ___ | | ____ _ ____ | #
  6. # | | | | __/ _ \| '_ ` _ \ _ | |/ _ \| | _ \ | #
  7. # | _| |_| || __/| | | | | | |_| | (_| | | | | | | #
  8. # | |_____|\__\___||_|_| |_|_|\____/\____/|_|_| |_| | #
  9. # | | #
  10. # | ItemJoin's Configuration Settings, by RockinChaos | #
  11. # | | #
  12. # | Source Code: https://github.com/RockinChaos/ItemJoin | #
  13. # | Bug Reports: https://github.com/RockinChaos/ItemJoin/issues | #
  14. # | Wiki (Docs): https://github.com/RockinChaos/ItemJoin/wiki | #
  15. # | Discord Support: https://discord.gg/D5FnJ7C | #
  16. # | | #
  17. # +----------------------------------------------------------------------------------------------+ #
  18.  
  19. # Modifying this will cause this file to break and regenerate.
  20. config-Version: 7
  21.  
  22. # At the moment, the available language translations are; English, Russian, French, Spanish, Chinese, Traditional Chinese.
  23. # If you want to contribute to a language translation please create a pull request; https://github.com/RockinChaos/ItemJoin/tree/master/files/locales
  24. Language: 'English'
  25.  
  26. # These are typically general maintenance settings that do not affect functionality.
  27. General:
  28. CheckforUpdates: true
  29. Metrics-Logging: true
  30. Log-Commands: true
  31. Debugging: false
  32.  
  33. # These settings are optional as a database file is generated by default or you can setup MySQL database connections.
  34. Database:
  35. MySQL: false
  36. host: 'localhost'
  37. port: 3306
  38. table: 'database_name'
  39. user: 'root'
  40. pass: 'password'
  41.  
  42. # These settings will take effect globally throughout the plugins system.
  43. Settings:
  44. HeldItem-Slot: DISABLED
  45. HeldItem-Triggers: JOIN, WORLD-SWITCH
  46. DataTags: true
  47.  
  48. # These permissions if enabled, determine whether the permission(s) is/are applied to certain players.
  49. Permissions:
  50. Obtain-Items: false
  51. Obtain-Items-OP: false
  52. Commands-Get: false
  53. Commands-OP: false
  54. Movement-Bypass: false
  55.  
  56. # If enabled this will clear items from their inventory upon performing the specified action for the specified type.
  57. # The available types(s) are ALL for all items or ITEMJOIN for only the ItemJoin items.
  58. Clear-Items:
  59. Type: ITEMJOIN
  60. Delay-Tick: 2
  61. Join: DISABLED
  62. World-Switch: DISABLED
  63. Region-Enter: DISABLED
  64. Options: PROTECT, PROTECT_OP, PROTECT_CREATIVE
  65. Blacklist: '{id:BEDROCK}, {slot:4}, {name:Blazefury}'
  66.  
  67. # This is the command(s) executed upon the player performing the defined trigger(s), for the specified world(s).
  68. Active-Commands:
  69. commands:
  70. - 'itemjoin get <item> <player>'
  71. - 'first-join: say This is a command only executed once per world, per player.'
  72. triggers: JOIN
  73. enabled-worlds: DISABLED
  74.  
  75. # This determines if the action is allowed for all items in the specified worlds.
  76. # To disable an action, simply set the action to true for all worlds or list each world separated by a comma.
  77. Prevent:
  78. Pickups: DISABLED
  79. itemMovement: DISABLED
  80. Self-Drops: DISABLED
  81. Death-Drops: DISABLED
  82. Bypass: CREATIVE, OP
Add Comment
Please, Sign In to add comment