250 Commits

Author SHA1 Message Date
79cd565cb5 Moves arena-related locations to their own class 2023-07-20 15:20:36 +02:00
cc0007fb1b Improves efficiency for arena selection 2023-07-20 13:13:54 +02:00
b6eb6a26d1 Improves setup description 2023-07-07 03:42:04 +02:00
638094be33 Attempts to improve command code a bit 2023-07-07 02:49:08 +02:00
943a273423 Fixes default values not being copied for messages 2023-07-06 23:42:37 +02:00
8f704f9d87 Splits the two types of configuration keys 2023-07-06 21:37:31 +02:00
177f585145 Changes package name, and cleans up code a little bit 2023-07-06 17:43:51 +02:00
f8292f54b7 Fixes some warnings, typos and redundancy 2022-10-12 01:23:31 +02:00
be6ca823fe Fixes code style 2022-10-12 00:55:32 +02:00
selfslaughter
a5f899e376 Delay post-death actions till the next tick to prevent 'Removing entity while ticking' errors and other anomalies involving arrows 2020-05-18 18:59:44 +10:00
selfslaughter
1d44c941a5 Completely prevent moving items in inventory (click,drag,offhand swapping) during gameplay to stop a few exploits 2020-05-18 02:00:45 +10:00
selfslaughter
b1f2dbf71e No need to teleport players to world spawn on join 2020-05-07 11:24:35 +10:00
selfslaughter
0ba732fed9 At least check if the chunk is loaded before updating signs, rather than just load them. - This needs major work 2020-04-30 03:41:34 +10:00
selfslaughter
f37387800e Put hiders in adventure mode so they can't glitch through blocks 2020-04-27 18:18:28 +10:00
selfslaughter
498c078386 Revert adventure mode change 2020-04-24 23:20:22 +10:00
selfslaughter
f261b203c2 Use adventure mode instead of survival so people can't glitch through floors 2020-04-24 22:48:34 +10:00
selfslaughter
865b0bf3f9 Clear block choice when leaving arena, so it doesn't continue onto the next map 2020-04-24 21:40:51 +10:00
selfslaughter
7791e19ac8 Teleporting between worlds is a thing 2020-04-23 21:27:37 +10:00
RobotoRaccoon
8daedf2230 Deny arena joins if unable to teleport 2020-04-23 19:17:41 +10:00
RobotoRaccoon
8028d7a340 Don't allow teleporting once you've joined an arena 2020-04-23 19:04:07 +10:00
selfslaughter
1f90bb83ff Remove usage of deprecated methods 2020-04-13 00:12:37 +10:00
selfslaughter
c28ccaac25 Remove outdated block durability checks in favour of BlockData 2020-04-12 19:58:08 +10:00
selfslaughter
7da2bf06e1 Semi prevent duping infinite swords as a seeker 2020-04-07 21:59:02 +10:00
selfslaughter
9df5bffb56 Fix a couple of NPEs 2020-04-07 21:48:50 +10:00
selfslaughter
97abbd1a93 Fix teleporting when falling out of arena bounds 2020-04-07 21:43:17 +10:00
selfslaughter
8bdc5ae9cb Fix Typo: autors 2020-04-06 22:43:18 +10:00
selfslaughter
de92574be5 Update test configs 2020-04-06 22:30:26 +10:00
selfslaughter
e5d31686e5 Buff Knockback to 2 and allow hiders to fight back by default so the knockback isn't cancelled 2020-04-06 20:54:29 +10:00
selfslaughter
555ac1e053 Add hidden options to config file 2020-04-06 20:41:33 +10:00
selfslaughter
ffdd253bf0 Clean up some broken messages 2020-03-30 16:46:55 +10:00
selfslaughter
dc3b9e0563 Removed LocationSerializable. Was only half implemented and broke old configs anyway 2020-03-30 16:36:05 +10:00
selfslaughter
1a84072f75 Compile against 1.15 2020-03-30 16:28:29 +10:00
MiniWorks18
ddf8af1a8d Small fixes
Added api-version: to plugin.yml
And changed LibsDisguises version.
2019-01-16 11:37:11 +11:00
Narimm
edbe0c06d3 Update 1.13 2018-10-16 18:59:44 +10:00
Narimm
898f03ca43 Revert previous changes to Arena serialization back to LocationSerializable until we work out a migration of existing configs.
Refactor a few classes so that the naming makes more sense
Create Command abstraction layer properly
2018-03-03 17:11:28 +10:00
Narimm
ad01ed1e75 Revert previous changes to Arena serialization back to LocationSerializable until we work out a migration of existing configs. 2018-03-03 17:10:50 +10:00
Narimm
990a8bf771 Restructure for redevelopment
(cherry picked from commit 37b9b14)
2018-03-03 17:10:50 +10:00
Steffion
2a5173a2ea Update Readme and add disabling code to loader 2018-03-03 17:10:50 +10:00
Narimm
1c3b831fc8 Adjusted license block 2018-03-03 17:10:50 +10:00
Narimm
af72f0d829 Revert breaking changes and files that should be ignored 2018-03-03 12:46:00 +10:00
CoolLord22
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
Narimm
c774bcd383 Blockhunt-19 NPE Fix for bad arena coords. 2018-01-14 22:14:37 +10:00
Narimm
2d0e378bee Fix version error 2017-07-16 22:04:42 +10:00
Narimm
c5c8f08f42 Bugfixes - fix some contract violations as well as comparisons that would always fail. 2017-07-16 17:30:44 +10:00
addstar
66fa4a5854 Fix for crashing with unsafe enchantment 2017-07-15 19:38:56 +10:00
addstar
b912d1577e Fix seeker speed and give Sharpness 10 sword to seekers 2017-07-14 21:36:19 +10:00
Narimm
fff8f3119a * Update to 1.10
* Update Libdisguises dependency
* Java 1.8 compile
* Code Cleanup
2016-07-06 12:39:40 +10:00
Narimm
0b801a70cb * Update to 1.10
* Update Libdisguises dependency
* Java 1.8 compile
* Code Cleanup
2016-07-06 12:39:35 +10:00
addstar
b1fabcdd9c Hopefully fix issue with arrows not doing damage 2016-04-29 22:38:10 +10:00
add5tar
49af6f78ff Merge pull request #12 from MClausz/master
Store & Restore player's max health
2016-04-28 21:01:18 +10:00