Oglofus Protection

Oglofus Protection allows a player to place a special block, and this protects their area from griefing! (SpigotPlugin)

File Details

Oglofus Protection v2.0.5.1-SNAPSHOT

  • B
  • Apr 10, 2018
  • 90.28 KB
  • 389
  • 1.12+1

File Name

protection-bukkit-2.0.5.1-SNAPSHOT.jar

Supported Versions

  • 1.12
  • 1.11
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.