Commit Graph

233 Commits

Author SHA1 Message Date
fb8d79951d Update to LibsDisquises 9.5 2018-03-03 17:10:50 +10:00
12504b40ea [maven-release-plugin] prepare for next development iteration 2018-03-03 15:05:57 +11:00
59ceffdcc3 [maven-release-plugin] prepare release BlockHunt-0.2.1 2018-03-03 15:05:46 +11:00
af72f0d829 Revert breaking changes and files that should be ignored 2018-03-03 12:46:00 +10:00
ed36764386 Changes making it ideal for SP server
Changes the player quit event so player gets sent back to lobby upon
join
Changes messages to return display name rather than name as it caused
some issues with the name not showing up entirely.
Prevent the event from getting cancelled (as the config option wasn't
working)
2018-03-02 15:42:45 -05:00
e019460165 Initial Commit 2018-03-02 13:19:04 -05:00
c774bcd383 Blockhunt-19 NPE Fix for bad arena coords. 2018-01-14 22:14:37 +10:00
59ef3173d0 Update pom.xml
Update LibsDisguises Dependency
2018-01-12 13:33:24 +10:00
2d0e378bee Fix version error 2017-07-16 22:04:42 +10:00
c5c8f08f42 Bugfixes - fix some contract violations as well as comparisons that would always fail. 2017-07-16 17:30:44 +10:00
4bf75c8868 Update to Spigot 1.12 - no changes required at this stage.
Update dependencies to reflect above.
2017-07-16 17:30:44 +10:00
66fa4a5854 Fix for crashing with unsafe enchantment 2017-07-15 19:38:56 +10:00
b912d1577e Fix seeker speed and give Sharpness 10 sword to seekers 2017-07-14 21:36:19 +10:00
fff8f3119a * Update to 1.10
* Update Libdisguises dependency
* Java 1.8 compile
* Code Cleanup
2016-07-06 12:39:40 +10:00
0b801a70cb * Update to 1.10
* Update Libdisguises dependency
* Java 1.8 compile
* Code Cleanup
2016-07-06 12:39:35 +10:00
b1fabcdd9c Hopefully fix issue with arrows not doing damage 2016-04-29 22:38:10 +10:00
49af6f78ff Merge pull request #12 from MClausz/master
Store & Restore player's max health
2016-04-28 21:01:18 +10:00
6ce4d1ca26 Update to 1.9 2016-04-09 13:12:00 +10:00
5047f6747c Update player's max health when they join/leave 2015-10-27 15:27:18 +07:00
6d886697eb Added player's max health 2015-10-27 15:26:30 +07:00
56f0844e1c Fix seeker damage always being cancelled (fixes issue #9) 2015-08-05 21:35:53 +10:00
6bd9bddd8d Forgot to remove the debug messages from the last change 2015-05-22 17:35:07 +10:00
1e38bd6b29 Add new seeker/hider protection configuration options.
To use these new protection features, these options must be
manually added to the arenas.yml file and restart the server.

These settings should be fairly self-explanatory:

arena1:
  ==: BlockHuntArena
  seekersCanHurtSeekers: false
  hidersCanHurtSeekers: false
  hidersCanHurtHiders: false
  seekersTakeFallDamage: false
  hidersTakeFallDamage: false
2015-05-16 19:53:38 +10:00
b353589963 Add new method to check if any players are in any arena 2015-05-07 14:34:31 +10:00
e144827afd Remove stupid sign check on BlockBreak + Add early exit to event 2015-05-07 14:33:05 +10:00
a4a7450530 Add config option per arena to toggle the protection of seekers.
Arena option "seekerProtection":
- true  = seekers can NOT be hurt/killed by hiders
- false = seekers can be hurt/killed by hiders
2015-04-20 22:12:56 +10:00
04056623d4 Fix: Unable to add new arenas - Forgot to add new block announcer option to arena creation 2015-01-25 00:50:51 +11:00
fc4072e780 Merge branch 'RobotoRaccoon-feature' + Made additional changes/improvements 2015-01-25 00:42:53 +11:00
397a6dc605 Add GUI option for configuring block announcer (via /bh set) 2015-01-25 00:40:47 +11:00
7380f885a3 Remove accidental unnecessary import 2015-01-25 00:40:00 +11:00
6cb404b0d7 Use per-arena configurable block announcer values instead of a global one (disable by setting to 0) 2015-01-25 00:39:31 +11:00
4934febd00 Fix: Improve message output for list of remaining blocks 2015-01-25 00:37:29 +11:00
718ee0265d Added a blockAnnouncer
* Configurable time to announce when the remaining hiders have their block types announced to everyone in the arena.
2015-01-16 12:11:53 +11:00
61176cf0e6 Le sigh forgot a capital s 2015-01-08 14:26:16 +11:00
c43db0f4d0 Derp again 2015-01-08 14:21:24 +11:00
37d6d9f3ab added Infinite Arrow enchant to bow. (<3 add) 2015-01-08 14:05:46 +11:00
e9710d5280 Invincible Seekers. Engage 2015-01-07 23:30:12 +11:00
7c7ebb55f3 Derp 2015-01-07 23:14:47 +11:00
653c16f845 Added Bow & Arrows 2015-01-07 23:12:47 +11:00
e6d7c366ec Fix: All players had speed boost, including hiders 2014-08-11 14:36:59 +10:00
40a879b0b9 Merge pull request #1 from RobotoRaccoon/feature
Added some basic Event API.
2014-08-02 01:04:32 +10:00
6e4da88e34 Fixing tab issue because used soft tabs rather than the inferior hard tabs which the rest of the code is using 2014-07-29 16:39:05 +10:00
f578efbd40 Added some basic Event API.
- Arena End
- Join Arena
- Leave Arena
2014-07-27 23:45:20 +10:00
dfdb7e84c3 Slightly increase speed advantage for seekers 2014-07-27 16:36:37 +10:00
5c810dd785 Version bump 2014-07-27 16:24:14 +10:00
f7fabedf64 Fix NPE when player somehow loses their hiding inventory block 2014-07-27 14:32:09 +10:00
44cc747cc9 Remove join message spam when someone spams the join signs 2014-05-26 22:17:51 +10:00
986fab6e38 No longer use OfflinePlayer for scoreboards! 2014-05-25 20:51:48 +10:00
83875fa8d3 Massive code clean up/refactor + Compile with 1.7.9 API + Fix scoreboard (I hope). This still update not good enough, since the main task loop still updates signs/scoreboards every second. This needs to be fixed so do not use this build. 2014-05-20 22:54:56 +10:00
b8f2335f9b Add console messages/logging for games 2014-02-08 02:01:46 +11:00