├── README.md └── scripts ├── antiBLM.js ├── antiXray.js ├── attackParticle.js ├── bannedMob.js ├── bossbar.js ├── bowDing.js ├── customprefix.js ├── elevator.js ├── essentialsPlus.js ├── fun.js ├── gui_images ├── no.png └── yes.png ├── guiform.js ├── index.js ├── ipBan.js ├── kit.js ├── mobHealthBossbar.js ├── mobReward.js ├── mocking.js ├── pay.js ├── playerJoin.js ├── techSelect.js ├── weather.js └── xraytoggle.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /scripts/antiBLM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/antiBLM.js -------------------------------------------------------------------------------- /scripts/antiXray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/antiXray.js -------------------------------------------------------------------------------- /scripts/attackParticle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/attackParticle.js -------------------------------------------------------------------------------- /scripts/bannedMob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/bannedMob.js -------------------------------------------------------------------------------- /scripts/bossbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/bossbar.js -------------------------------------------------------------------------------- /scripts/bowDing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/bowDing.js -------------------------------------------------------------------------------- /scripts/customprefix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/customprefix.js -------------------------------------------------------------------------------- /scripts/elevator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/elevator.js -------------------------------------------------------------------------------- /scripts/essentialsPlus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/essentialsPlus.js -------------------------------------------------------------------------------- /scripts/fun.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/fun.js -------------------------------------------------------------------------------- /scripts/gui_images/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/gui_images/no.png -------------------------------------------------------------------------------- /scripts/gui_images/yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/gui_images/yes.png -------------------------------------------------------------------------------- /scripts/guiform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/guiform.js -------------------------------------------------------------------------------- /scripts/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/index.js -------------------------------------------------------------------------------- /scripts/ipBan.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/ipBan.js -------------------------------------------------------------------------------- /scripts/kit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/kit.js -------------------------------------------------------------------------------- /scripts/mobHealthBossbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/mobHealthBossbar.js -------------------------------------------------------------------------------- /scripts/mobReward.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/mobReward.js -------------------------------------------------------------------------------- /scripts/mocking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/mocking.js -------------------------------------------------------------------------------- /scripts/pay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/pay.js -------------------------------------------------------------------------------- /scripts/playerJoin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/playerJoin.js -------------------------------------------------------------------------------- /scripts/techSelect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/techSelect.js -------------------------------------------------------------------------------- /scripts/weather.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/weather.js -------------------------------------------------------------------------------- /scripts/xraytoggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HongyiMC/EZ-Scripts/HEAD/scripts/xraytoggle.js --------------------------------------------------------------------------------