okun1234

Untitled

Dec 28th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. set slot 0 of player's a current inventory to ender pearl named "announceAdvancements"
  2. set slot 1 of player's a current inventory to ender pearl named "CommandBlockOutPut"
  3. set slot 2 of player's a current inventory to ender pearl named "disableElytraMovementCheck"
  4. set slot 3 of player's a current inventory to ender pearl named "doDaylightCycle"
  5. set slot 4 of player's a current inventory to ender pearl named "doEntityDrops"
  6. set slot 5 of player's a current inventory to ender pearl named "doFireTick"
  7. set slot 6 of player's a current inventory to ender pearl named "doLimitedCrafting"
  8. set slot 7 of player's a current inventory to ender pearl named "doLimitedCrafting"
  9. set slot 8 of player's a current inventory to ender pearl named "doMobLoot"
  10. set slot 9 of player's a current inventory to ender pearl named "doMobSpawning"
  11. set slot 10 of player's a current inventory to ender pearl named "doTileDrops"
  12. set slot 11 of player's a current inventory to ender pearl named "doWeatherCycle"
  13. set slot 12 of player's a current inventory to ender pearl named "gameLoopFunction"
  14. set slot 13 of player's a current inventory to ender pearl named "keepInventory"
  15. set slot 14 of player's a current inventory to ender pearl named "logAdminCommands"
  16. set slot 15 of player's a current inventory to ender pearl named "maxCommandChainLength"
  17. set slot 16 of player's a current inventory to ender pearl named "macEntityCramming"
  18. set slot 17 of player's a current inventory to ender pearl named "mobGriefing"
  19. set slot 18 of player's a current inventory to ender pearl named "naturalRegeneration"
  20. set slot 19 of player's a current inventory to ender pearl named "randomTickSpeed"
  21. set slot 20 of player's a current inventory to ender pearl named "reducedDebugInfo"
  22. set slot 21 of player's a current inventory to ender pearl named "sendCommandFeedback"
  23. set slot 22 of player's a current inventory to ender pearl named "showDeathMessages"
  24. set slot 23 of player's a current inventory to ender pearl named "spawnRadius"
  25. set slot 24 of player's a current inventory to ender pearl named "spectatorsGenerateChunks"
  26. if name of clicked item is "announceAdvancements":
  27. command "/gamerule announceAdvancements true"
  28. set slot 0 of player's a current inventory to ender eye named "announceAdvancements"
  29. cancel event
Add Comment
Please, Sign In to add comment