Advertisement
Oliinyk

Untitled

May 9th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 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 the Version will cause this file to break and regenerate.
  20. config-Version: 8
  21.  
  22. # At the moment, the available language translations are; English, Russian, French, Dutch, 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. ignoreDepend: NONE
  32. Debugging: false
  33.  
  34. # These settings are optional as a database file is generated by default or you can setup MySQL database connections.
  35. Database:
  36. MySQL: false
  37. database: database_name
  38. prefix: ij_
  39. host: 127.0.0.1
  40. port: 3306
  41. user: root
  42. pass: password
  43.  
  44. # These settings will take effect globally throughout the plugins system.
  45. Settings:
  46. HeldItem-Slot: -1
  47. HeldItem-Triggers: JOIN, WORLD-SWITCH
  48. HeldItem-Animations: true
  49. Default-Triggers: JOIN
  50. DataTags: true
  51.  
  52. # These permissions if enabled, determine whether the permission(s) is/are applied to certain players.
  53. Permissions:
  54. Obtain-Items: false
  55. Obtain-Items-OP: false
  56. Commands-Get: false
  57. Commands-OP: false
  58. Movement-Bypass: false
  59.  
  60. # If enabled this will clear items from their inventory upon performing the specified action for the specified type.
  61. # The available types(s) are ALL for all items or ITEMJOIN for only the ItemJoin items.
  62. Clear-Items:
  63. Type: ITEMJOIN
  64. Delay-Tick: 2
  65. Join: false
  66. Quit: false
  67. World-Switch: false
  68. Region-Enter: false
  69. Options: PROTECT, PROTECT_OP, PROTECT_CREATIVE
  70. Blacklist: '{id:BEDROCK}'
  71. # Blacklist: '{id:BEDROCK}, {slot:9}, {name:Blazefury}'
  72.  
  73. # This is the command(s) executed upon the player performing the defined trigger(s), for the specified world(s).
  74. Active-Commands:
  75. commands:
  76. - itemjoin get <item> <player>
  77. - 'first-join: say This is a command only executed once per world, per player.'
  78. commands-sequence: SEQUENTIAL
  79. triggers: JOIN
  80. enabled-worlds: DISABLED
  81.  
  82. # This determines if the action is allowed for all items in the specified worlds.
  83. # To disable an action, simply set the action to true for all worlds or list each world separated by a comma.
  84. Prevent:
  85. Chat: false
  86. Pickups: false
  87. itemMovement: false
  88. Self-Drops: false
  89. Death-Drops: false
  90. Bypass: CREATIVE, OP
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement