Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit c5d1bea

Browse files
committed
Add Coords Where Kevin spawn
1 parent 5d4d900 commit c5d1bea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/fr/communaywen/core/event/CubeManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public CubeManager(AywenCraftPlugin plugin) {
4141
World world = Bukkit.getWorld("world");
4242
if (world == null) return;
4343

44-
int startX = plugin.getManagers().getKevinConfig().getInt("posX", 279);
45-
int startZ = plugin.getManagers().getKevinConfig().getInt("posZ", 139);
44+
int startX = plugin.getManagers().getKevinConfig().getInt("posX", -126);
45+
int startZ = plugin.getManagers().getKevinConfig().getInt("posZ", -87);
4646
int startY = world.getHighestBlockYAt(startX, startZ);
4747

4848
currentLocation = new Location(world, startX, startY, startZ);

src/main/resources/cube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
posX: 0
1+
posX: -126
22
posY: 0
3-
posZ: 0
3+
posZ: -87

0 commit comments

Comments
 (0)