AlttdGriefPrevention/src/me/ryanhamshire/GriefPrevention
RoboMWM 92299d683b make sendMessage public
Allows tighter integration with addons that wish to augment core GP
features/commands.
2018-01-01 15:44:13 -08:00
..
events Add PlayerKickBanEvent (#103) 2017-03-22 11:26:22 -07:00
AutoExtendClaimTask.java add fallback to old id-based system for chunk snapshots 2017-12-23 08:28:12 -08:00
BlockEventHandler.java Don't warn players about unclaimed land if they do not have the 'griefprevention.createclaims' permission. (#112) 2017-04-04 13:26:49 -07:00
BlockSnapshot.java Remove block ID usage (#234) 2017-12-18 21:26:31 -08:00
BroadcastMessageTask.java Silence relog messages. 2016-07-01 15:58:46 -07:00
CheckForPortalTrapTask.java Add a delay before immediately rescuing players trapped in nether portals 2017-07-23 14:48:16 -07:00
Claim.java Remove block ID usage (#234) 2017-12-18 21:26:31 -08:00
ClaimPermission.java 3.2 2012-03-29 17:27:12 -07:00
ClaimsMode.java Survival Requiring Claims Mode 2015-02-20 18:56:46 -08:00
CleanupUnusedClaimPreTask.java Extra check on getLastPlayed 2016-10-08 15:49:17 -07:00
CleanupUnusedClaimTask.java Use Minecraft 'last played' for claim expirations. 2016-04-15 21:16:33 -07:00
CommandCategory.java Smarter slash command lists. 2015-10-28 20:13:33 -07:00
CreateClaimResult.java 3.2 2012-03-29 17:27:12 -07:00
CustomizableMessage.java 7.0 2012-11-14 17:33:22 -08:00
CustomLogEntryTypes.java 13.5.2 Changes 2016-01-11 20:13:13 -08:00
CustomLogger.java 13.5.2 Changes 2016-01-11 20:13:13 -08:00
DatabaseDataStore.java Using PreparedStatements instead of normal Statements (#99) 2017-08-23 08:37:25 -07:00
DataStore.java Configurable siege resecure time (#203) 2017-08-31 15:49:33 -07:00
DeliverClaimBlocksTask.java Add idle claim block accruals percentage (#90) 2017-02-18 19:23:13 -08:00
EntityCleanupTask.java Better experience around entity limits. 2015-12-20 20:30:00 -08:00
EntityEventHandler.java Remove block ID usage (#234) 2017-12-18 21:26:31 -08:00
EquipShovelProcessingTask.java Stop using deprecated getItemInHand() 2016-04-07 21:37:50 -07:00
FindUnusedClaimsTask.java Reworked inactive claim expiration. 2016-01-15 10:06:34 -08:00
FlatFileDataStore.java Avoid hidden files as well when migrating to MySQL 2017-07-22 00:25:56 -07:00
GriefPrevention.java make sendMessage public 2018-01-01 15:44:13 -08:00
IgnoreLoaderThread.java Added /ignore and /separate. 2015-05-16 13:00:55 -07:00
IpBanInfo.java 7.0 2012-11-14 17:33:22 -08:00
MaterialCollection.java Remove block ID usage (#234) 2017-12-18 21:26:31 -08:00
MaterialInfo.java Remove block ID usage (#234) 2017-12-18 21:26:31 -08:00
Messages.java Add a delay before immediately rescuing players trapped in nether portals 2017-07-23 14:48:16 -07:00
PendingItemProtection.java Added pet protections. Tweaked drop protections. 2014-12-16 21:00:42 -08:00
PlayerData.java Add option to disable negative claim block amount fixing (#236) 2017-12-19 14:05:27 -08:00
PlayerEventHandler.java ignore vanilla teleports. Fixes #210 2017-12-20 09:26:31 -08:00
PlayerKickBanTask.java Add PlayerKickBanEvent (#103) 2017-03-22 11:26:22 -07:00
PlayerRescueTask.java API - GPFlags Support 2016-01-31 09:02:46 -08:00
Public API.txt 3.2 2012-03-29 17:27:12 -07:00
PvPImmunityValidationTask.java Fixed kit commands abusing PvP immunity. 2015-03-03 20:50:47 -08:00
RestoreNatureExecutionTask.java Remove block ID usage (#234) 2017-12-18 21:26:31 -08:00
RestoreNatureProcessingTask.java Remove block ID usage (#234) 2017-12-18 21:26:31 -08:00
SecureClaimTask.java Ignored lots of compiler warnings. 2016-01-20 16:25:42 -08:00
SendPlayerMessageTask.java Fixed errors related to console command usage. 2014-12-15 19:58:47 -08:00
ShovelMode.java API: Made shovel mode enum public. 2015-10-13 14:08:43 -07:00
SiegeCheckupTask.java Update siege spoils feature. 2016-05-05 08:39:20 -07:00
SiegeData.java 7.0 2012-11-14 17:33:22 -08:00
SpamDetector.java Improved spam detection. 2016-08-08 15:39:08 -07:00
Tests.java Improved spam detection. 2016-08-08 15:39:08 -07:00
TextMode.java API - GPFlags Support 2016-01-31 09:02:46 -08:00
UUIDFetcher.java Faster UUID migration. 2015-01-31 13:05:51 -08:00
Visualization.java Use a switch instead 2016-12-03 20:00:29 -08:00
VisualizationApplicationTask.java Ignored lots of compiler warnings. 2016-01-20 16:25:42 -08:00
VisualizationElement.java Fixed visualizations artifacting the horizon. 2015-01-06 20:09:20 -08:00
VisualizationReversionTask.java Make sure the visualization event is called when auto reverting visuals (#104) 2017-03-12 23:50:02 -07:00
VisualizationType.java New orange visualization for admin claims. 2014-10-16 19:54:51 -07:00
WelcomeTask.java Added /Claim and /ExtendClaim 2015-12-17 21:09:08 -08:00
WordFinder.java Fixed blank lines in banned words file issues. 2015-12-15 13:38:33 -08:00
WorldGuardWrapper.java ensure worldguard warning is printed to server console 2017-12-23 08:41:43 -08:00