mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-04 15:41:31 +00:00
Fakeplayer prefix and suffix support
This commit is contained in:
@@ -278,7 +278,7 @@ index 47468086c1cae252aa99c55b0065f225357dee62..bca757ea05403fe46f5bf0dfa75561b8
|
||||
public VoxelShape getShape(BlockState state, BlockGetter world, BlockPos pos, CollisionContext context) {
|
||||
return SHAPE;
|
||||
diff --git a/src/main/java/top/leavesmc/leaves/LeavesConfig.java b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
index 86c2cdec3ebdf9af3806b82671cde2d6eab5d58d..fc95e807a117136391406d6466aaa51159322086 100644
|
||||
index 5ae57fa9c5421940e703c02a01a061fceb7cf374..ff6f7ab4c6b731dbc49caf970caad330e1db71aa 100644
|
||||
--- a/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
@@ -8,6 +8,7 @@ import org.bukkit.command.Command;
|
||||
@@ -289,7 +289,7 @@ index 86c2cdec3ebdf9af3806b82671cde2d6eab5d58d..fc95e807a117136391406d6466aaa511
|
||||
|
||||
import java.io.File;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
@@ -442,6 +443,14 @@ public final class LeavesConfig {
|
||||
@@ -440,6 +441,14 @@ public final class LeavesConfig {
|
||||
renewableElytra = getDouble("settings.modify.renewable-elytra", renewableElytra);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user