Advertisement
Guest User

Untitled

a guest
Jun 4th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Plugin:
  2.   # Enter here all commands prisoners are allowed to use (with '/')
  3.   # Otherwise all commands are disabled
  4.   Whitelisted-Commands:
  5.     - /login
  6.     - /logout
  7.     - /jw-free
  8.  
  9. Prisoners:
  10.   # Allow prisoners to speak and ear
  11.   Speak: false
  12.   Ear: false
  13.  
  14.   # Allow admin to use all commands, even if there are prisoners
  15.   Admin-cmds: false
  16.    
  17. Jails:
  18.   # All default values for jails can be modified on jails.yml or with /jw-config <jail_name>
  19.   # Default value for number of blocks prisoner have to break (when not defined with /jw-save)
  20.   Blocks: 500
  21.  
  22.   # Default value for number max of sand blocks can spawn on jails
  23.   MaxSand: 5
  24.  
  25.   # Default value for speed-spawn for blocks on jails (seconds)
  26.   Speed: 2
  27.  
  28.   # Default block-type for jails (Sand, Dirt, Stone, Obsidian)
  29.   Type: SAND
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement