Take the most recent version of Gamingbarn's Guns
Delete the folders:
/data/config/
/data/give/
/data/gbg/recipe/
/data/gbg/loot_table/
/data/gbg/function/equipment/
/data/gbg/function/medical/
/data/gbg/function/turrets/
/data/gbg/function/config/

Inside /data/gbg/function/tick.mcfunction:
- Remove all lines except for the player looping function

Inside /data/gbg/function/player_loop.mcfunction:
- Remove the lines pertaining to the trigger commands
- Remove the line for the equipment/medical cooldown display

Inside /data/gbg/function/load.mcfunction:
- Remove the lines for the equipment and trigger commands
- Change `scoreboard players set gbg gb.datapack_detect 1` to `scoreboard players add gbg gb.datapack_detect 0`

Inside /data/gbg/function/misc/scoreboard_add.mcfunction
- Remove the lines giving the recipes for the GBG items

