Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Bind this first section to a key for choosing the group
- $${
- @&fortifygroup
- }$$
- // Bind this section to a key to toggle the current group.
- // If you're holding an iron door, it will pick a diamond (if you have one on your hotbar), echo the fortify command,
- // then pick the door again.
- $${
- if(%ITEM% = "iron_door");
- pick("diamond");
- wait(50ms);
- echo("/ctf group %@&fortifygroup%");
- wait(50ms);
- pick("iron_door")
- else;
- log("%@&fortifygroup%");
- echo("/ctf group %@&fortifygroup%");
- endif;
- }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement