Commit Graph

282 Commits

Author SHA1 Message Date
47fb6625dd Compile against 1.18.1/Java 17 2022-02-25 19:40:46 +10:00
f1647babf8 Merge branch 'pull/54'
# Conflicts:
#	pom.xml
2020-06-18 17:05:40 +10:00
742ececa71 Merge remote-tracking branch 'origin/dependabot/maven/LibsDisguises-LibsDisguises-10.0.12' 2020-06-18 16:16:19 +10:00
df04a75860 Merge remote-tracking branch 'origin/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.8.1' 2020-06-18 16:15:28 +10:00
2abb826dd3 Merge pull request #2 from selfslaughter/dev
Merge Dev Branch
2020-06-06 15:13:05 +10:00
5937355716 Bump LibsDisguises from 9.7.1-SNAPSHOT to 10.0.12
Bumps LibsDisguises from 9.7.1-SNAPSHOT to 10.0.12.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-24 23:16:39 +00:00
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
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
b1f2dbf71e No need to teleport players to world spawn on join 2020-05-07 11:24:35 +10:00
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
f37387800e Put hiders in adventure mode so they can't glitch through blocks 2020-04-27 18:18:28 +10:00
498c078386 Revert adventure mode change 2020-04-24 23:20:22 +10:00
f261b203c2 Use adventure mode instead of survival so people can't glitch through floors 2020-04-24 22:48:34 +10:00
865b0bf3f9 Clear block choice when leaving arena, so it doesn't continue onto the next map 2020-04-24 21:40:51 +10:00
7791e19ac8 Teleporting between worlds is a thing 2020-04-23 21:27:37 +10:00
1f5f99e1dc Update libsdisguises 2020-04-23 21:26:19 +10:00
33042dc9aa Merge pull request #1 from RobotoRaccoon/master
Fix teleport exploits
2020-04-23 19:20:59 +10:00
8daedf2230 Deny arena joins if unable to teleport 2020-04-23 19:17:41 +10:00
8028d7a340 Don't allow teleporting once you've joined an arena 2020-04-23 19:04:07 +10:00
1f90bb83ff Remove usage of deprecated methods 2020-04-13 00:12:37 +10:00
c28ccaac25 Remove outdated block durability checks in favour of BlockData 2020-04-12 19:58:08 +10:00
9cc26f2f44 Update libsdisguises 2020-04-12 19:21:32 +10:00
7da2bf06e1 Semi prevent duping infinite swords as a seeker 2020-04-07 21:59:02 +10:00
9df5bffb56 Fix a couple of NPEs 2020-04-07 21:48:50 +10:00
97abbd1a93 Fix teleporting when falling out of arena bounds 2020-04-07 21:43:17 +10:00
8bdc5ae9cb Fix Typo: autors 2020-04-06 22:43:18 +10:00
de92574be5 Update test configs 2020-04-06 22:30:26 +10:00
51ae6304ec Update LibsDisguises to 10.0.0 2020-04-06 22:12:13 +10:00
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
555ac1e053 Add hidden options to config file 2020-04-06 20:41:33 +10:00
ffdd253bf0 Clean up some broken messages 2020-03-30 16:46:55 +10:00
dc3b9e0563 Removed LocationSerializable. Was only half implemented and broke old configs anyway 2020-03-30 16:36:05 +10:00
1a84072f75 Compile against 1.15 2020-03-30 16:28:29 +10:00
c43c5cd4c0 Bump maven-compiler-plugin from 2.3.2 to 3.8.1
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 2.3.2 to 3.8.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-2.3.2...maven-compiler-plugin-3.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-12 01:03:30 +00:00
6ed0d7ef88 Bump maven-release-plugin from 2.5.1 to 2.5.3
Bumps maven-release-plugin from 2.5.1 to 2.5.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-12 00:57:57 +00:00
f91d57434f Merge pull request #36 from MiniWorks18/master
Small fixes
2019-01-15 17:20:53 -08:00
ddf8af1a8d Small fixes
Added api-version: to plugin.yml
And changed LibsDisguises version.
2019-01-16 11:37:11 +11:00
edbe0c06d3 Update 1.13 2018-10-16 18:59:44 +10:00
3ab29fb333 Update dependencies commits 2018-07-01 16:54:10 +10:00
63194ac982 Change alpha to snapshot 2018-06-24 15:02:43 +10:00
549b1bb9a1 Move to 0.3 ALPHA 2018-03-03 17:12:25 +10:00
1859a4da05 Fix Readme 2018-03-03 17:11:28 +10:00
5eb72fe612 Move contributing.md to meet github structure 2018-03-03 17:11:28 +10:00
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
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
990a8bf771 Restructure for redevelopment
(cherry picked from commit 37b9b14)
2018-03-03 17:10:50 +10:00
2a5173a2ea Update Readme and add disabling code to loader 2018-03-03 17:10:50 +10:00
5d5df49785 + Added "Read before posting issue" to the Contributing file.
(cherry picked from commit 63dca06)

(cherry picked from commit 390ec20)
2018-03-03 17:10:50 +10:00
1c3b831fc8 Adjusted license block 2018-03-03 17:10:50 +10:00
fb8d79951d Update to LibsDisquises 9.5 2018-03-03 17:10:50 +10:00