Commit Graph
32 Commits
Author SHA1 Message Date
RoboMWM 35a67de339 Use fancy new player#setPortalCooldown
As discussed in #13
- Also now using Paper repo (spigot repo was too slow to get CB with the
new portalCooldown API)
2016-10-02 01:00:54 -07:00
RoboMWM 035469052a fix plugin.yml indentation, register /undorescue and perm 2016-09-30 13:19:52 -07:00
RoboMWM a2c9242adc Finished implementing new portal trap improvements #13
Probably will need some testing though
2016-09-30 12:56:23 -07:00
RoboMWM 8e7af23a13 Portal trap check changes (unfinished)
- Cancel existing rescue tasks on successful teleport
- Send the player a message when they are rescued (unfinished)

Someday, I will make this OOP-compliant
2016-09-30 10:48:19 -07:00
RoboMWM b78d1e6413 refactor portal trap check method 2016-09-29 23:56:36 -07:00
RoboMWMandGitHub 068fb172bb Add permission griefprevention.unlockothersdrops to plugin.yml
Part of 15.2.4 release
2016-09-29 12:39:20 -07:00
RoboMWMandGitHub 9f1aa90117 version to 15.2.4 2016-09-29 12:29:24 -07:00
RoboMWMandGitHub a28da96490 Add travis 2016-09-22 13:30:10 -07:00
RoboMWMandGitHub 7c5fe862cc Merge pull request #7 from CweepahCraft/unlockothersdrops
Add admin command to unlock the drops of other players.
2016-09-22 08:58:44 -07:00
RoboMWMandGitHub 41a649dae2 Update README.md 2016-09-21 12:45:37 -07:00
RoboMWMandGitHub 81953eac50 Create README.md 2016-09-21 12:43:33 -07:00
RoboMWMandGitHub 5186739d3a Merge pull request #4 from MineTheCube/patch-2
Make DataStore#getGroupBonusBlocks(UUID) public
2016-09-20 09:33:07 -07:00
RoboMWM 29538c69fe Ignore snowballs, etc. from triggering PvP timer
If _really_ desired, I could add an option for this. But more often than
not, unintended deaths could occur from players disconnecting from a
snowball fight.
2016-09-16 00:12:03 -07:00
RoboMWMandGitHub 4c4c8ea1fe version to 15.2.3 2016-09-15 23:32:00 -07:00
RoboMWMandGitHub 8b19d8e360 Use pom.xml's version 2016-09-15 23:31:03 -07:00
RoboMWMandGitHub 70ece72332 Remove unnecessary check for logging signs
Since we're also checking if location is the same, this really doesn't make much sense to store in the first place, unless of course we do some more string manipulation to store just the message and not the location.
2016-09-15 17:10:18 -07:00
RoboMWMandGitHub 9afec8dfe8 Fix sign logging/spam detection 2016-08-28 13:30:01 -07:00
RoboMWMandGitHub 8fb4ec3a21 "mavenize" 2016-08-26 20:13:48 -07:00
RoboMWM 359f5f50d1 Ignore falling blocks that pass through portals.
This is due to CB erroneously firing EntityChangeBlockEvent twice when a
falling block falls through an end portal
2016-08-26 19:59:03 -07:00
RoboMWM 1b77f12a4b broaden nether portal trap check 2016-08-26 19:44:18 -07:00
RoboMWMandGitHub 1009d5cee4 allow /separate and /unseparate to be used in console 2016-06-09 18:09:31 -07:00
RoboMWM 126cb366f1 Clarify message that auto-muted the player 2016-05-09 11:10:03 -07:00
RoboMWM 42c8119953 Log auto-muted chat messages 2016-05-09 10:57:58 -07:00
RoboMWM 40dec36cd5 Change portal trap check to 30 seconds
Player's connections would time out if they still haven't loaded everything in 30 seconds.
2016-05-06 12:08:00 -07:00
RoboMWM 5779a7b223 Make IgnoreMode enum public 2016-04-23 20:59:51 -07:00
RoboMWM e12a2e0179 Don't give chorus fruit if teleport was canceled
https://www.spigotmc.org/threads/griefprevention.35615/page-115#post-1452430
2016-04-03 10:41:42 -07:00
RoboMWM 86bd02b348 Make loadBannedWords public 2016-04-03 10:19:32 -07:00
RoboMWM cd0a9a9696 Limit hopper minecart placement 2016-01-29 21:54:15 -08:00
RoboMWM 00bfad3b6b Make anti-death-message spam also silence death messages from other plugins
Via changing priority of the onPlayerDeath listener from lowest to highest.
2016-01-21 16:12:47 -08:00
RoboMWM 077cf6ece7 Add alias for claim explosions
/claimexplosion -> /claimexplosions
2015-12-08 21:28:24 -08:00
RoboMWM be6b9d80cf API: CustomLogEntryTypes
All 3 AddLogEntry methods are public but 2 of them require this.
2015-11-11 03:11:49 -08:00
RoboMWM 28c968a3e4 Fix an old typo
Not sure why this hasn't been fixed yet :/
2015-10-29 16:14:16 -07:00