Oglofus Protection v2.0.5.1-SNAPSHOT

Details

  • Filename
    protection-bukkit-2.0.5.1-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Apr 10, 2018
  • Size
    90.28 KB
  • Downloads
    389
  • MD5
    06dc29c454895e617733a8aa2509bc28

Supported Bukkit Versions

  • 1.12
  • 1.11

Changelog

Update's details:
 
  • Updated & Fixed configuration file
  • Fully support of WorldGuard API
  • Fully support of Bukkit & Spigot 1.12.2 APIs
  • Cleaned up the code

 

Committed @dab6eed
 
Warning, please backup & delete your config file because this version using a new configuration schema.
 
The new configuration schema doesn't look like command style value but as a flag model.
 
Example of the old schema:
region:
  flags:
    use: # just a random id
      value: "-g nonmembers use deny" # a command like value
 
Example of the new schema:
region:
  flags:
    use: # flag's name
      group: nonmembers # region group
      value: deny # flag's value
To be sure that you understand the new config schema, the pathname 'use' is the flag's name, the group element is the targeted region group, that is optional, and the value element is the value of the targeted flag. The permission element still the same as before.