This commit is contained in:
DaTTV 2025-02-26 16:41:38 +01:00
parent 7240f34ff0
commit af781435b6
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ public class PressurePlateListener implements Listener {
FileConfiguration config = plugin.getConfig();
pressurePlateLocation = new Location(
Bukkit.getWorld(config.getString("pressure-plate.world", "world")),
config.getDouble("pressure-plate.x", 1),
config.getDouble("pressure-plate.x", 0),
config.getDouble("pressure-plate.y", 68),
config.getDouble("pressure-plate.z", 0)
);

View file

@ -7,7 +7,7 @@ isEndOpen: false
pressure-plate:
world: "world"
x: 1
x: 0
y: 68
z: 0