Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. # Minepacks Config File
  2.  
  3. # Language Settings
  4. Language:
  5. # Defines the used language and the corresponding file used. The corresponding language file will be placed in the lang folder next to the config.yml named: <Language>.yml
  6. Language: en
  7. # Options:
  8. # Overwrite (deletes all changes from the file and extracts a new language file)
  9. # Upgrade (extracts a new language file and copy's all settings from the old language file)
  10. # Update (adds the default (english) text values for all missing values, just some basic formatting)
  11. UpdateMode: Upgrade
  12.  
  13. # Title to be shown for the opened inventory for everyone except the owner of the backpack. Can contain {OwnerName} (which will be replaced with the players name).
  14. BackpackTitleOther: "&b{OwnerName}'s Backpack"
  15. # The title of the inventory for the owner of the backpack.
  16. BackpackTitle: "&bBackpack"
  17. # Defines if the content of the backpack get dropped on the death of a player.
  18. # If enabled, it can be disabled for individual players with the "backpack.KeepOnDeath" permission.
  19. DropOnDeath: true
  20. # Defines the max amount of columns for a backpack.
  21. # The size of the user's backpack will be defined by the permission, permissions for bigger backpacks than this value will be ignored.
  22. # Can be set to anything > 0. Backpacks with more than 6 columns will have a broken UI! Sizes bigger than 9 may not work with all permission plugins.
  23. MaxSize: 6
  24. # Defines in which game-modes a player can access his backpack (name or id)
  25. # Options: ADVENTURE, CREATIVE, SPECTATOR, SURVIVAL
  26. # AllowedGameModes: [ "SURVIVAL", "ADVENTURE" ]
  27. AllowedGameModes: [ "SURVIVAL" ]
  28.  
  29. Cooldown:
  30. # Defines how long a player have to wait till he can reopen his backpack.
  31. # Time is in seconds. Values < 1 disable the cooldown.
  32. Command: -1
  33. # If enabled, cooldowns will be synced between servers (BungeeCord network). It will also allow to keep cooldown through server restarts.
  34. # You should only use it with long cooldown times.
  35. Sync: false
  36. AddOnJoin: true
  37. # You can turn this on when using sync to reduce the memory consumption a little bit
  38. ClearOnLeave: false
  39. # Removes old cooldowns from the cache to free memory. Time in seconds.
  40. CleanupInterval: 600
  41.  
  42. # Controls for the auto pickup on full inventory function
  43. FullInventory:
  44. # If items should be collected to the backpack if the players inventory is full
  45. CollectItems: false
  46. # Interval in seconds how often items around the player should be collected, increase it if it lags the server
  47. CheckInterval: 1
  48. # Radius in which items get collected, in meter/blocks, allow decimals
  49. CollectRadius: 1.5
  50.  
  51.  
  52. # Database settings
  53. Database:
  54. # Database type. MySQL, SQLite or Files
  55. Type: SQLite
  56. # Auto database cleanup settings
  57. AutoCleanup:
  58. # Defines the max amount of days backpacks will be stored. -1 to disable auto cleanup
  59. MaxInactiveDays: -1
  60. # If you would like to use UUIDs, it is recommended not to change this setting unless you know what you are doing!
  61. # true: Should be used if your server is running Minecraft 1.7.5 or newer
  62. # false: In offline mode or for minecraft version below 1.7.5
  63. # If you are using BungeeCord please set this setting based on your BungeeCord's online mode!!!
  64. UseUUIDs: true
  65. # Defines the storage format for UUIDs for compatibility with other plugins (shared tables)
  66. # true: format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  67. # false: format: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  68. UseUUIDSeparators: false
  69. # Settings only for MySQL
  70. SQL:
  71. Host: localhost:3306
  72. Database: minecraft
  73. User: minecraft
  74. Password: minecraft
  75. # The max amount of connections to the database the connection pool will open
  76. MaxConnections: 2
  77. # List of properties for your SQL connection. Can be used to disable SSL.
  78. # Properties: ["useSSL=false"]
  79. Properties: []
  80. # Tables settings for shared tables when using MySQL - Advanced MySQL Settings
  81. # Use these settings only if you know what you are doing!!!!
  82. # Do only change this settings if you know what you are doing and have some basic MySQL knowledge!!!
  83. # Changing settings down here after you have used this plugin may result in data inconsistency!!!
  84. Tables:
  85. # Table names
  86. # Don't change the players table if you have backpacks stored in your database already! Player id's might wont match anymore resulting data inconsistency.
  87. User: backpack_players
  88. Backpack: backpacks
  89. Cooldown: backpack_cooldowns
  90. # Field settings for the tables
  91. # Do not change them after the tables have been generated!
  92. # If you like to change them after the tables have been generated alter the tables manually or delete them (the system then will regenerate them).
  93. Fields:
  94. User:
  95. Player_ID: player_id
  96. Name: name
  97. UUID: uuid
  98. Backpack:
  99. Owner_ID: owner
  100. ItemStacks: itemstacks
  101. Version: version
  102. LastUpdate: lastupdate
  103. Cooldown:
  104. Player_ID: id
  105. Time: time
  106. # Settings controlling the cache behavior of the plugin. You may can optimize it a little bit depending on your player count, ram or cpu bottlenecks.
  107. Cache:
  108. UnCache:
  109. # The strategie used to uncache offline players. Options
  110. # interval (offline players get uncached every x seconds)
  111. # intervalChecked (like interval, but also ensures that the player is already offline for at least the interval time, add's a cpu overhead)
  112. # ondisconnect (player instantly gets uncached as soon as he disconnects, may adds overhead if other plugins try to access the player data when they go offline, also it may be problematic for players with unstable connections)
  113. # ondisconnectdelayed (player gets uncached x seconds after he went offline, adds overhead on disconnect, you shouldn't use this with a lot of players joining and leaving.)
  114. Strategie: interval
  115. # Used for the interval based uncaching algorithms. Also used as delay for ondisconnectdelayed. Value in seconds. Default: 600 = 10 minutes
  116. Interval: 600
  117. Delay: 600
  118.  
  119. Shulkerboxes:
  120. # This setting controls whether players can put shulkerboxes into their backpacks.
  121. PreventInBackpack: true
  122. # This setting allows to disable shulkerboxes all together. Players won't be able to craft or use them.
  123. DisableShulkerboxes: false
  124. # This settings controls how existing shulkerboxes are handled if they are disabled.
  125. # Options: Ignore, Remove = shulker-box will be removed including it's content, Destroy = shulker-box will be destroyed and it's content will be dropped
  126. Existing: "Ignore"
  127.  
  128. ItemFilter:
  129. # Enables the item filter. Make sure to define items to be filtered.
  130. Enable: false
  131. # List off items not allowed in the backpack. Can be name or id (id only for MC versions older than 1.13!).
  132. Blacklist: []
  133.  
  134. # This settings allow control over how the plugin behave in different worlds
  135. WorldSettings:
  136. # All worlds listed here will not have the plugin usable
  137. # Blacklist: ["creative_world"]
  138. # Blacklist: ["creative_world1", "creative_world2"]
  139. Blacklist: []
  140. # Defines how the Blacklist will be enforced
  141. # Options:
  142. # Message = The player will see a message that the usage of the backpack is denied in this world.
  143. # MissingPermission = The player will receive the plugins no permission message.
  144. # NoPlugin = The plugin will not be available at all and act as if it was not installed.
  145. # This also exclude players with permission to bypass the world restriction from using it!
  146. # It will not disable the Shulkerboxes filter!
  147. BlacklistMode: "Message"
  148.  
  149. Misc:
  150. # Enables/Disables the auto-update function of the plugin.
  151. AutoUpdate: true
  152. # Enable this option if you are using a BungeeCord setup!
  153. UseBungeeCord: false
  154.  
  155. # Config file version. Don't touch it!
  156. Version: 21
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement