Go to file
ryanhamshire 289b832b9a Ignored lots of compiler warnings.
Mostly these are deprecations from the Spigot team which I believe
shouldn't be deprecated.  For example, players refer to each other by
name, not UUID - so there will always be a need for player lookup by
name.  Also the block IDs are a well-documented standard that everyone
understands, even if they're not very human-friendly.  Plugins use those
IDs and data values to specify block types for example in config files.
As for the rest of the ignores, I either decided the warnings are just
noise based on the situation, or that I'm comfortable with the risks.
Possibly for the first time in 5 years of dev work on this plugin, I
just compiled without any warnings.  :)
2016-01-20 16:25:42 -08:00
src/me/ryanhamshire/GriefPrevention Ignored lots of compiler warnings. 2016-01-20 16:25:42 -08:00
plugin.yml Merge pull request #35 from RoboMWM/patch-4 2016-01-20 11:44:37 -08:00
README 3.2 2012-03-29 17:27:12 -07:00