Guest User

Prison Config

a guest
Jul 18th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. #======= Prison 2.0 Configuration =======#
  2. # (C) 2016 SirFaizdat #
  3. #========================================#
  4.  
  5. server-prefix: "&4Prison &7>"
  6. check-updates: true
  7. opt-out: false
  8.  
  9. # Multiworld prohibits players from using prison commands in worlds not listed below.
  10. # It is useful for servers that want to designate certain worlds towards prison.
  11. # To use this feature, set multiworld to true and add the desired worlds in world-list.
  12. multiworld: false
  13. world-list: [plots, mines]
  14.  
  15. # The enable block tells Prison whether or not to enable a component.
  16. # Changes in this block will not take effect until the SERVER is reloaded or restarted.
  17. enable:
  18. mines: true
  19. ranks: true
  20. autosmelt: true
  21. autoblock: true
  22.  
  23. # Mines Settings
  24.  
  25. reset-time: 10
  26. reset-warnings: [10,5,1]
  27. reset-warning-message: "&7Mines are going to reset in &3<mins> minutes&7."
  28. reset-broadcast-message: "&3All mines have been reset."
  29. fill-mode: true
  30. async-reset: true
  31.  
  32. # Ranks Settings
  33.  
  34. fireworks-on-rankup: true
  35.  
  36. # Autosmelt Setings
  37.  
  38. flames-on-autosmelt: true
Advertisement
Add Comment
Please, Sign In to add comment