tastybento
7f9f35253d
Merge pull request #136 from TreemanKing/fix-other-worlds
...
fix (partial): other worlds can be used
2024-06-21 08:16:47 -07:00
TreemanK
599a6e1d08
style: added TODO
...
Currently, `noLevelOrIsland and hasCorrectIslandRank` require the sign to be on an island. Currently this means the flag/level requirement are non-existent in the case of a sign being placed on a non-BSB island. This gives a possible solution if new API comes to light.
2024-06-22 00:06:21 +10:00
TreemanK
1054518831
fix: fix create warp/sign in non-island world
...
Currently, you can't create a warp in another world (even with permissions) as it goes into hasCorrectIslandRank. In this case, it is always false as there is no island at the block location meaning it will always go into this whilst creating a warp in other worlds.
2024-06-21 23:06:02 +10:00
tastybento
0a12a26b06
Merge pull request #134 from BentoBoxWorld/gitlocalize-29839
...
French translation
2024-06-08 10:12:36 -07:00
ISOURA
b860a4dac5
Translate fr.yml via GitLocalize
2024-06-08 17:08:20 +00:00
tastybento
2da0e5e82b
Merge pull request #133 from RUYSUE/develop
...
updated zh-CN locale
2024-06-08 08:52:53 -07:00
RUYSUE
a39b6a3f4a
Update zh-CN.yml
2024-06-08 17:20:14 +08:00
tastybento
d70ee5d755
Merge pull request #132 from BentoBoxWorld/131_WarpCreateEvent_doesn't_fire
...
Call events correctly. #131
2024-06-05 14:12:29 -07:00
tastybento
efc6b795d1
Call events correctly. #131
2024-06-05 14:09:02 -07:00
tastybento
519a2d05fc
Version 1.15.0
2024-02-03 08:30:12 -08:00
tastybento
86c089b694
Update tipped arrows in GUI Panel
2024-01-21 09:09:17 -08:00
tastybento
3417633c4d
Version 1.14.1
2024-01-21 09:09:12 -08:00
tastybento
b16d5102b1
Merge pull request #129 from BentoBoxWorld/tastybento-patch-1
...
Update addon.yml
2024-01-12 14:37:29 -08:00
tastybento
4375eba030
Update addon.yml
...
Fix because the warps command got its own perm from a1e03af
2024-01-12 14:36:38 -08:00
tastybento
bc1e92ee8d
Add support for hanging signs.
...
Warps to below the sign.
2024-01-06 22:00:24 +09:00
tastybento
b88497397f
Merge pull request #126 from BentoBoxWorld/gitlocalize-27267
...
Add Ukrainian locale
2023-11-26 10:00:25 -08:00
GIGABAIT
b45c88025f
Translate uk.yml via GitLocalize
2023-11-26 11:18:41 +00:00
tastybento
3c9515295d
Merge branch 'develop' of https://github.com/BentoBoxWorld/Warps.git into develop
2023-11-12 13:25:11 -08:00
tastybento
82a0630ca3
BentoBox API 2.0.0
2023-11-12 13:25:03 -08:00
BONNe
6dbdb0f8aa
Update WarpsCommandTest.java
2023-11-05 22:00:28 +02:00
BONNe
a1e03af13a
Update WarpsCommand.java
2023-11-05 21:35:59 +02:00
tastybento
2558d9d1ab
Merge pull request #124 from rchomczyk/fix-pl-translation
...
Improve polish translation
2023-09-04 07:46:24 -07:00
Rafał Chomczyk
d346b7864e
Fix invalid placeholder name for warp's description; improve translations by a little, fix typo
2023-09-03 17:50:30 +02:00
BONNe
0e1cd1353c
Version Up
2023-07-26 15:37:35 +03:00
tastybento
9657d11af7
Update pom.xml
2023-07-10 21:39:57 -07:00
tastybento
ab1a1e203c
Update Jacoco
2023-07-10 21:24:40 -07:00
tastybento
1a90acb65f
Update GitHub Action versions
2023-06-24 13:49:47 -07:00
tastybento
ae172b9fdf
Minor variable rename
2023-06-24 13:49:33 -07:00
tastybento
ecebbcd039
Merge pull request #122 from BentoBoxWorld/gitlocalize-24193
...
Spanish
2023-05-29 09:40:06 -07:00
tastybento
3faed651aa
Merge pull request #123 from BentoBoxWorld/gitlocalize-24194
...
Indonesian
2023-05-29 09:39:49 -07:00
Dusty
0585fd7f3a
Translate id.yml via GitLocalize
2023-05-29 16:35:40 +00:00
Espan
2f59225718
Translate es.yml via GitLocalize
2023-05-29 16:35:13 +00:00
tastybento
9e57851c62
Update GitHub build script to Java 17
2023-04-16 11:02:01 -07:00
tastybento
b998b46fd5
User BentoBox release build
2023-04-16 11:00:06 -07:00
tastybento
cb165e52b0
Updated POM; fixed tests.
2023-04-15 13:08:55 -07:00
BONNe
ebb3f05d78
Merge pull request #119 from BentoBoxWorld/return-to-plugin
...
Return to plugin.yml
2023-04-08 19:10:40 +03:00
BONNe
fe6b020ac8
Update WarpsPladdon.java
2023-04-08 19:10:32 +03:00
BONNe
d2dde61d8b
Update pom.xml
2023-04-08 19:10:15 +03:00
BONNe
e58010547b
Create plugin.yml
2023-04-08 19:09:38 +03:00
tastybento
5a9f6495ad
Updated pladdon dependencies. Removed unused imports.
2023-03-25 10:12:07 -07:00
tastybento
ff4850d32a
Use addon name in annotation
2023-03-25 09:59:53 -07:00
DevSolaris
7a26acefd9
Flip bool expression ( #114 )
2023-02-12 10:44:49 -08:00
tastybento
2be57a66d2
Fix SonarCloud bugs and smells.
2023-02-09 17:44:25 -08:00
tastybento
67c5c9f8c3
Updated Jacoco POM
2023-02-09 17:38:25 -08:00
tastybento
62f1f2e966
Add ${argLine} to get jacoco coverage
2023-02-09 15:13:34 -08:00
BONNe
5a37c3da75
Merge pull request #118 from BentoBoxWorld/gitlocalize-22781
...
Update NL
2023-01-24 15:18:17 +02:00
DevSolaris
94e9208941
Translate nl.yml via GitLocalize
2023-01-24 13:18:06 +00:00
BONNe
225b4d66f8
Update Warp.java
2023-01-19 23:15:38 +02:00
BONNe
d3b45396fd
Add missing import
2023-01-19 23:10:00 +02:00
BONNe
d2b9540650
Update locale
2023-01-19 23:06:57 +02:00