forked from kaboomserver/extras
Revert hotfix
This commit is contained in:
parent
1aa4f3750b
commit
8ad68807d0
2 changed files with 0 additions and 5 deletions
|
@ -330,7 +330,6 @@ public class Main extends JavaPlugin {
|
|||
"tellraw",
|
||||
|
||||
"minecraft:clear",
|
||||
"minecraft:data",
|
||||
"minecraft:datapack",
|
||||
"minecraft:effect",
|
||||
"minecraft:execute",
|
||||
|
@ -338,7 +337,6 @@ public class Main extends JavaPlugin {
|
|||
"minecraft:gamerule",
|
||||
"minecraft:me",
|
||||
"minecraft:msg",
|
||||
"minecraft:replaceitem",
|
||||
"minecraft:say",
|
||||
"minecraft:spreadplayers",
|
||||
"minecraft:tell",
|
||||
|
@ -347,7 +345,6 @@ public class Main extends JavaPlugin {
|
|||
"minecraft:tp",
|
||||
"minecraft:worldborder",
|
||||
"clear",
|
||||
"data",
|
||||
"datapack",
|
||||
"effect",
|
||||
"execute",
|
||||
|
@ -355,7 +352,6 @@ public class Main extends JavaPlugin {
|
|||
"gamerule",
|
||||
"me",
|
||||
"msg",
|
||||
"replaceitem",
|
||||
"say",
|
||||
"spreadplayers",
|
||||
"tell",
|
||||
|
|
|
@ -51,7 +51,6 @@ import com.destroystokyo.paper.event.block.TNTPrimeEvent;
|
|||
import com.destroystokyo.paper.event.block.TNTPrimeEvent.PrimeReason;
|
||||
|
||||
import com.destroystokyo.paper.event.entity.EntityAddToWorldEvent;
|
||||
import com.destroystokyo.paper.event.entity.EntityRemoveFromWorldEvent;
|
||||
import com.destroystokyo.paper.event.entity.PreCreatureSpawnEvent;
|
||||
import com.destroystokyo.paper.event.entity.PreSpawnerSpawnEvent;
|
||||
|
||||
|
|
Loading…
Reference in a new issue