1
0
mirror of https://github.com/BentoBoxWorld/Warps.git synced 2024-06-26 14:44:49 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
tastybento
cb165e52b0 Updated POM; fixed tests. 2023-04-15 13:08:55 -07:00
tastybento
5a9f6495ad Updated pladdon dependencies. Removed unused imports. 2023-03-25 10:12:07 -07:00
DevSolaris
8be844b59f
Closes #69 - Fix message from being sent when the user is banned. (#116) 2023-01-19 21:59:39 +01:00
DevSolaris
b3a36c75bb
Create set warp flag (#117) 2023-01-19 21:56:31 +01:00
BONNe
cbaf6ce16c Implement customizable Warps Panel.
Relates to #BentoBox/issues/1931
These changes includes to removing some obsolete config settings and locales string.
Also, moved some classes around to clean up directory.
2022-03-11 12:34:16 +02:00
tastybento
60c427c2a9 Build to BentoBox 1.18 API 2021-10-01 19:04:09 -07:00
tastybento
d936fbecc1 More code cleanup 2021-08-08 18:28:19 -07:00
tastybento
6c4c42ff64 Clean up tests. 2021-08-08 18:19:55 -07:00
tastybento
00938e67da Code smell reduction. 2021-08-08 18:09:28 -07:00
tastybento
7fbe4b5b88 Fixes sync errors and blank warps
https://github.com/BentoBoxWorld/Warps/issues/93
https://github.com/BentoBoxWorld/Warps/issues/92
https://github.com/BentoBoxWorld/Warps/issues/75
2021-01-09 15:33:27 -08:00
tastybento
86612b72e3 Move warp panel creation async and reworked test class. 2021-01-01 15:36:14 -08:00
Gabriele C
45b968820b
Don't validate unloaded signs on startup (#85)
* Don't validate unloaded signs in startup

* Actually stop loading chunks

* Fix crash issues due to unwanted chunk loads in the sign ChunkLoadEvent listener

* Delay chunk handling, fixes CMEs
2020-09-07 09:14:44 -07:00
tastybento
abf4b882c0 Fixes test 2020-08-06 21:06:19 -07:00
tastybento
8f38353b73 Fixes tests 2020-06-02 14:34:21 -07:00
tastybento
6d4b7c2a19 WIP 2020-06-02 13:00:09 -07:00
tastybento
40c0b8d791 Fixes bug where database table existed but had no valid data in it.
Fixes https://github.com/BentoBoxWorld/Warps/issues/71
2020-04-02 12:54:55 -07:00
tastybento
79b8c0cd87 Added saving of the warp sign cache to database.
Relates to https://github.com/BentoBoxWorld/Warps/issues/68
2020-01-28 17:11:23 -08:00
tastybento
490caf098e Made listeners package 2020-01-14 17:03:06 -08:00
tastybento
b2d5c145a5 Ties into the BentoBox delayed teleport settings.
https://github.com/BentoBoxWorld/Warps/issues/52
2019-12-08 16:02:55 -08:00
tastybento
9a234ef950 Added WarpsCommand test class 2019-10-31 17:33:34 -07:00
tastybento
d7e0b36623 Added WarpCommand test class 2019-10-31 17:05:12 -07:00
tastybento
55558711cc Code smell - simplified listener 2019-10-31 14:49:26 -07:00
tastybento
85334079da Fixed code smells 2019-10-31 14:12:44 -07:00
tastybento
afb03e6d42 Enables warps to operate in any world. Commands can be changed.
https://github.com/BentoBoxWorld/Warps/issues/53
https://github.com/BentoBoxWorld/Warps/issues/54
2019-10-31 10:09:33 -07:00
tastybento
f8243e3035 Added test cases. 2019-09-19 14:45:15 -07:00
tastybento
b98d83fffc Added WarpSignsManager test class 2019-09-18 16:48:54 -07:00
tastybento
0814f22424 Config file was not being read.
Signs removed by breaking blocks under them and then replaced were not
being correctly handled. Now they are deleted and remade. No need for
the "duplicate sign" text.

https://github.com/BentoBoxWorld/Warps/issues/47
https://github.com/BentoBoxWorld/Warps/issues/46
https://github.com/BentoBoxWorld/Warps/issues/32
2019-09-13 18:13:03 -07:00
tastybento
18c7ee5e0d Updated POM to show build numbers and updated test class 2019-08-11 12:51:14 -07:00
tastybento
43bc50687c Fixes bug where warp sign text wasn't showing in chat response
https://github.com/BentoBoxWorld/addon-welcomewarpsigns/issues/28
2019-06-30 20:09:07 -07:00
tastybento
4621772fe8 Caches sign type as well as sign text.
https://github.com/BentoBoxWorld/addon-welcomewarpsigns/issues/27
2019-06-26 17:30:11 -07:00
tastybento
45ee5b1186 Hybrid version. Works on 1.13.2 and 1.14.1 2019-05-15 15:16:15 -07:00
tastybento
14a992a057 Merge remote-tracking branch 'origin/develop' into 1.14
Conflicts:
	src/main/java/world/bentobox/warps/WarpPanelManager.java
2019-05-10 18:24:46 -07:00
tastybento
684b17cc34 Fixes tests 2019-05-02 11:43:57 -07:00
tastybento
5b07d33491 Works, but tests do not pass due to Tag issue 2019-04-29 23:23:54 -07:00
tastybento
79b568fbdf Updates locales. Fixes nether and end warping.
Fixes issue with warp level checking wrong environment.

Adds warning when warping to PVP enabled islands.

https://github.com/BentoBoxWorld/addon-welcomewarpsigns/issues/21
2019-03-03 18:53:36 -08:00
BONNe
aa1f0bdcba Rename PluginConfig to Settings.
- Settings is now correct Config for Addon.
Improve Warp class a bit:
- add some javaDoc.
- load only if hooked.
2019-01-31 20:25:32 +02:00
tastybento
e80be18712 Updated to lated API 2019-01-16 12:46:39 -08:00
Florian CUNY
695e8b4c6b The Flattening + renamed to "WelcomeWarps" + codemc CI 2018-10-31 14:32:21 +01:00