Advertisement
oxguy3

NoSpeedKick v0.3 default configuration file

Oct 14th, 2011
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.78 KB | None | 0 0
  1. #this value used by the plugin to check what version this config was generated for.
  2. #if it is older than the version of the plugin when the server starts, the plugin will add any config nodes that have been added to the plugin since the old version
  3. #if you change this value, the plugin won't know to do that, and it will break!!!
  4. plugin_version: '0.3'
  5.  
  6. #if true, ops have all permissions (only applies if you're using Permissions 2/3, or Bukkit's built-in perms)
  7. op_has_all_perms: false
  8.  
  9. default_perms:
  10.    #if false, will use Permissions 2/3 or Bukkit's built-in perms. if true, will use plugin's built-in perms
  11.     use_these_perms: false
  12.    
  13.     #set these to "all", "op", or "none". only applies if default_perms.use_these_perms is true.
  14.     preventkick: all
  15.     alertchat: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement