Revert "Updated to BentoBox 1.14 API"

This reverts commit aefce5e387.
This commit is contained in:
tastybento 2020-06-10 21:26:36 -07:00
parent aefce5e387
commit 3023cb4db1
4 changed files with 31 additions and 8 deletions

View File

@ -35,7 +35,7 @@ public class SignCacheManager {
}
void saveCache() {
cachedSigns.forEach((w, m) -> handler.saveObjectAsync(new SignCache(w, m)));
cachedSigns.forEach((w, m) -> handler.saveObject(new SignCache(w, m)));
}
Material getSignIcon(World world, UUID warpOwner) {

View File

@ -9,10 +9,8 @@ import org.bukkit.World;
import com.google.gson.annotations.Expose;
import world.bentobox.bentobox.database.objects.DataObject;
import world.bentobox.bentobox.database.objects.Table;
import world.bentobox.warps.SignCacheItem;
@Table(name = "WarpSignCache")
public class SignCache implements DataObject {
@Expose

View File

@ -10,9 +10,7 @@ import org.bukkit.World;
import com.google.gson.annotations.Expose;
import world.bentobox.bentobox.database.objects.DataObject;
import world.bentobox.bentobox.database.objects.Table;
@Table(name = "WarpsData")
public class WarpsData implements DataObject {
@Expose

View File

@ -2,16 +2,43 @@ name: Warps
main: world.bentobox.warps.Warp
version: ${version}${build.number}
icon: OAK_SIGN
api-version: 1.14
authors: tastybento
softdepend: AcidIsland, BSkyBlock, CaveBlock, SkyGrid, AOneBlock
permissions:
'[gamemode].island.warp':
bskyblock.island.warp:
description: Player can use warp or warps commands
default: true
'[gamemode].island.addwarp':
bskyblock.island.addwarp:
description: Player can create a welcome warp sign
default: true
acidisland.island.warp:
description: Player can use warp or warps commands
default: true
acidisland.island.addwarp:
description: Player can create a welcome warp sign
default: true
caveblock.island.warp:
description: Player can use warp or warps commands
default: true
caveblock.island.addwarp:
description: Player can create a welcome warp sign
default: true
skygrid.island.warp:
description: Player can use warp or warps commands
default: true
skygrid.island.addwarp:
description: Player can create a welcome warp sign
default: true
aoneblock.island.warp:
description: Player can use warp or warps commands
default: true
aoneblock.island.addwarp:
description: Player can create a welcome warp sign
default: true