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

204 Commits

Author SHA1 Message Date
tastybento
b2d5c145a5 Ties into the BentoBox delayed teleport settings.
https://github.com/BentoBoxWorld/Warps/issues/52
2019-12-08 16:02:55 -08:00
Florian CUNY
d8b56f5448 Update name in pom from WelcomeWarpSigns to Warps (#64) 2019-12-08 15:19:28 -08:00
tastybento
46333baa52 Merge remote-tracking branch 'origin/master' into develop 2019-12-08 08:45:14 -08:00
tastybento
bf6d7994dd Version 1.9.1
Changes stand alone command to /wwarp and /wwarps to match original
Welcome Warp Signs plugin.
2019-12-08 08:44:08 -08:00
András Marczinkó
0176019d19 Update hu.yml (#63)
Removed spaces after color codes.
2019-12-06 13:39:46 -08:00
András Marczinkó
2d796471c5 Update hu.yml (#62) 2019-12-06 08:30:38 -08:00
tastybento
51b37ff2c6 Version 1.9.0 2019-12-02 13:46:07 -08:00
tastybento
a74037fd1b Merge remote-tracking branch 'origin/develop' 2019-12-02 13:45:49 -08:00
tastybento
d2ef5d9400 Removed blank locale files. 2019-12-02 13:43:22 -08:00
tastybento
8ee9168a55 Merge branch 'develop' of https://github.com/BentoBoxWorld/Warps.git into develop 2019-12-02 13:23:33 -08:00
tastybento
d14a6e1282 Cleaned up color codes and added spaces. 2019-12-02 13:23:24 -08:00
tastybento
9e172d3116 Merge branch 'develop' 2019-11-30 09:08:54 -08:00
gitlocalize-app[bot]
8f677e362b Translate ru.yml via GitLocalize (#60) 2019-11-28 15:03:30 -08:00
András Marczinkó
cf0755e7ce Translated into Hungarian (#59) 2019-11-24 13:50:18 -08:00
tastybento
8083ce6f01 Merge remote-tracking branch 'origin/develop' 2019-11-22 13:34:47 -08:00
tastybento
037ca558cf
Update bug_report.md 2019-11-17 17:44:27 -08:00
tastybento
3dab96e546
Create id.yml 2019-11-16 18:32:16 -08:00
tastybento
c361f0a1a3
Create ro.yml 2019-11-16 18:32:08 -08:00
tastybento
ccc1f9c849 Merge branch 'develop' of https://github.com/BentoBoxWorld/Warps.git into develop 2019-11-11 07:58:05 -08:00
tastybento
ae1c2fe96f Use BentoBox utility method for BlockFaceToFloat 2019-11-11 07:57:55 -08:00
tastybento
eb0930757c Removed sonar_token reference from travis.yml 2019-11-07 16:52:39 -08:00
tastybento
c73bf8bad7 Do not register top-level commands if config setting isn't true
https://github.com/BentoBoxWorld/Warps/issues/57
2019-11-07 15:52:49 -08:00
tastybento
455242396f Merge remote-tracking branch 'origin/develop' 2019-11-03 08:58:02 -08:00
tastybento
a013a1e6a1 Version up 1.8.1 2019-11-03 08:52:29 -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
6d788b6f66 Fixes potential null bugs 2019-10-31 14:22:32 -07:00
tastybento
85334079da Fixed code smells 2019-10-31 14:12:44 -07:00
tastybento
007f071234 Enabling sonarcloud 2019-10-31 10:18:13 -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
gitlocalize-app[bot]
197957648b Translate fr.yml via GitLocalize (#55) 2019-10-28 22:11:56 -07:00
DuckSoft
5ee1520d8b Translate zh-CN.yml via GitLocalize (#51) 2019-09-20 07:14:47 -07:00
BONNe
0f00c7bd52 Translate lv.yml via GitLocalize (#50) 2019-09-19 17:08:35 -07:00
tastybento
f8243e3035 Added test cases. 2019-09-19 14:45:15 -07:00
tastybento
38c5496118 Added random warp button to warps panel
https://github.com/BentoBoxWorld/Warps/issues/20
2019-09-19 14:23:29 -07:00
tastybento
b98d83fffc Added WarpSignsManager test class 2019-09-18 16:48:54 -07:00
tastybento
bbc748aae3 Enabled formatting of warp sign text
https://github.com/BentoBoxWorld/Warps/issues/48
2019-09-18 16:48:38 -07:00
tastybento
675f5791bd Version 1.8.0 2019-09-15 16:41:26 -07:00
tastybento
d0355e8b9e Listener was not registered using BentoBox API so caused reload issues. 2019-09-15 16:41:17 -07:00
tastybento
6a6ac19ef0 Updated ReadMe 2019-09-13 18:32:40 -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
Florian CUNY
8de53d1a81
Renamed addon to "Warps" to follow the repo's name in addon.yml
+ added icon
2019-09-07 14:21:46 +02:00
BONNe
b001aad4d9 Translate lv.yml via GitLocalize (#42) 2019-09-03 07:55:40 -07:00
tastybento
b29457cc97 Updated locale files for GitLocalize 2019-09-03 07:35:41 -07:00
BONNe
5dbc762027 Implement ability to change Warp Sign Icon in Warps panel via user permission. (#41)
Permission that will be checked is "[gamemode].island.warp.[material]"
This will not filter out invalid materials.
2019-09-02 09:16:54 -07:00
tastybento
4d1d9a5098 Removed inaccessible API. 2019-08-22 15:21:47 -07:00
tastybento
c671e35661 Adds the missing support for PLAYER_HEAD icons
https://github.com/BentoBoxWorld/Warps/issues/38
2019-08-22 15:08:14 -07:00
tastybento
633f2a63e2 Adds an API to request data from the WarpSignsManager class
https://github.com/BentoBoxWorld/Warps/issues/39
2019-08-22 12:53:38 -07:00
tastybento
57bed61167 Added help to /is warp with no parameter. Improved locale clarity 2019-08-20 07:54:51 -07:00