You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump version from 2.1.4 to 2.1.4-SNAPSHOT0
* Added Death.Blindness in config.yml to change length of blindness effect after death
* Bump version from 2.1.4-SNAPSHOT0 to 2.1.4-SNAPSHOT1
* Works with 1.21.5
* Bump version from 2.1.4-SNAPSHOT1 to 2.1.4-SNAPSHOT2
* Added a onserverjoin message about wrong base arena setup if base cuboid is outside arena cuboid.
* Bump version from 2.1.4-SNAPSHOT2 to 2.1.4-SNAPSHOT3
* Updated to minigamesbox 1.4.2
* Bump version from 2.1.4-SNAPSHOT3 to 2.1.4-SNAPSHOT4
---------
Co-authored-by: version-bump[github-action] <41898282+version-bump[github-action]@users.noreply.github.com>
event.getPlayer().sendMessage(ChatColor.BOLD + plugin.getPluginMessagePrefix() + "Your arena setup is broken. Please adjust your arena cuboid.");
69
+
event.getPlayer().sendMessage(newMessageBuilder("VALIDATOR_INVALID_ARENA_CONFIGURATION").asKey().arena(arena).value("YOUR BASE CUBOIDS ARE NOT INSIDE ARENA CUBOID").build());
LocationSelectorItemarenaBorder = newLocationSelectorItem(getSetupInventory(), newItemBuilder(XMaterial.BEDROCK.parseMaterial()), "Arena", "Location where all bases and lines are in \n (players will be able to build inside)", "arenalocation");
45
+
LocationSelectorItemarenaBorder = newLocationSelectorItem(getSetupInventory(), newItemBuilder(XMaterial.BEDROCK.parseMaterial()), "Arena", "Location where all bases and lines are in \n (players will be able to build inside)\n MAKE SURE TO SET IT OUTSIDE \n OF THE BASES WHICH YOU SET BEFORE!", "arenalocation");
Copy file name to clipboardExpand all lines: src/main/resources/config.yml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,9 @@ Block:
98
98
# Setting it to false means on all stages of the game the event will be cancelled.
99
99
# Setting it to true means only while IN_GAME the event will be cancelled.
100
100
Check: true
101
+
# Should all interactions with interactive materials such as doors / buttons / fences / redstone be blocked during ingame
102
+
# Full list see https://github.com/CryptoMorin/XSeries/blob/e84000a2bead7367d893cf8661f8d5432116adaa/core/src/main/java/com/cryptomorin/xseries/XTag.java#L2793
103
+
Interact: false
101
104
102
105
103
106
# Enable this option when you're using MySQL, otherwise it won't work.
@@ -210,6 +213,9 @@ Natural-Regeneration: false
210
213
# Should blocks when broken drop items during a game
211
214
Block-Break-Drop: true
212
215
216
+
# How long should be the blindness effect after death?
0 commit comments