• 10/21/21 11:31 am
- 4.3k views • 0 today
- save_alt 592 downloads
- Compatibility
- Minecraft 1.16
- to version
- Minecraft 1.17
- Changes include
- Functions
12
This datapack adds the ability to change gamemode through the use of /trigger
To use it when you join the game do /reload and after you can do :
/Trigger 0 (gamemode survival)
/Trigger 1 (gamemode creative)
/Trigger 2 (gamemode spectator)
Compatible with 1.16x to 1.17x
NOTE : do /reload when you join the game with the datapack
FOR ANY BUGS WRITE BELOW
To use it when you join the game do /reload and after you can do :
/Trigger 0 (gamemode survival)
/Trigger 1 (gamemode creative)
/Trigger 2 (gamemode spectator)
Compatible with 1.16x to 1.17x
NOTE : do /reload when you join the game with the datapack
FOR ANY BUGS WRITE BELOW
More like this
5344265
119


Have something to say?
/tellraw @p ["",{"text":"Select gamemode:","italic":true,"color":"gray"},"\n",{"text":"Adventure ","bold":true,"color":"dark_aqua","clickEvent":{"action":"run_command","value":"/gamemode adventure"}},{"text":"Survival ","bold":true,"color":"red","clickEvent":{"action":"run_command","value":"/gamemode survival"}},{"text":"Creative ","bold":true,"color":"green","clickEvent":{"action":"run_command","value":"/gamemode creative"}},{"text":"Spectator","bold":true,"color":"light_purple","clickEvent":{"action":"run_command","value":"/gamemode spectator"}}]