SubSide / KOTH

A King of The Hill plugin that has all the flexibility that you need!
https://www.spigotmc.org/resources/koth-king-of-the-hill.7689/
19 stars 38 forks source link

Add GriefPreventionPlus as group plugin #86

Closed SubSide closed 7 years ago

SubSide commented 7 years ago

https://github.com/KaiKikuchi/GriefPreventionPlus-Cities

CheatSupport commented 7 years ago

lol

SubSide commented 7 years ago

I like to have everything that I have to do at 1 place instead of spread around all over spigot x)

SubSide commented 7 years ago

In the current state of the code from GPP-Cities it is for me not possible to add support for this without resorting to reflection, which I do not want to use in my plugin.

https://github.com/KaiKikuchi/GriefPreventionPlus-Cities/blob/master/src/main/java/net/kaikk/mc/gppcities/DataStore.java#L51 This variable must be public or I need to have access to a getter for me to get this working.