Posted February 3, 20187 yr Code That works but, can't tab: https://pastebin.com/c8HimeQX Video: Code that tabs but, overrides the current gamerule boolean: https://pastebin.com/H8uu9RiV Video:
February 6, 20187 yr Author figured it out it was stupid public void addGameRule(GameRules g,String pos, boolean init, ValueType type) { if(!g.hasRule(pos)) g.addGameRule(pos, "" + init, type); else g.addGameRule(pos, "" + g.getBoolean(pos), type); }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.