Compare commits

...

10 Commits

Author SHA1 Message Date
tastybento 5cca037acf
Merge pull request #130 from BentoBoxWorld/develop
Version 1.14.0
2024-01-12 14:38:50 -08:00
tastybento 4ae619c261
Merge pull request #120 from BentoBoxWorld/develop
Version 1.13.0
2023-04-16 11:06:58 -07:00
BONNe 076b71ce9b Merge into master 2022-05-17 12:31:32 +03:00
tastybento d93f0608ec
Release 1.11.2 (#101)
* Version 1.11.2

* Renamed plugin Pladdon

* Update es.yml (#98)

* Build to BentoBox 1.18 API

* Fix plugin.yml

* Fix null player on removeWarp (#100)

Co-authored-by: KrazyxWolf <68208993+KrazyxWolf@users.noreply.github.com>
Co-authored-by: Huynh Tien <huynhqtienvtag@gmail.com>
2021-12-31 15:29:29 -08:00
tastybento 70457afe65 Merge remote-tracking branch 'origin/develop' 2021-08-08 18:32:40 -07:00
tastybento db3b1fe5cf Merge remote-tracking branch 'origin/develop'
Conflicts:
	pom.xml
2020-12-30 23:07:49 -08:00
tastybento 14000ec150 Version 1.10.1 2020-07-11 15:36:10 -07:00
tastybento 619b5b45ad Merge branch 'develop' 2020-07-07 18:44:01 -07:00
tastybento 3023cb4db1 Revert "Updated to BentoBox 1.14 API"
This reverts commit aefce5e387.
2020-06-10 21:26:36 -07:00
tastybento aefce5e387 Updated to BentoBox 1.14 API
Shorter DB table names
ASync DB saving methods
Generic perms
2020-06-10 21:25:33 -07:00
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import org.bukkit.World;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.block.Sign;
import org.bukkit.entity.Player;
import org.bukkit.event.player.PlayerTeleportEvent.TeleportCause;
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.Nullable;