Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Hey. As some know, staff has some macro tools to make their modding easier. Some of you might have the "report stick" macro that another user of this community made once. I've, upon request, made such a macro. I decided to include some other tools that can make things easier for you to report players when observing.
  2.  
  3. What it does
  4. These scripts will give you items, which are bound to functions;
  5.  
  6. Tripwire Hook - Teleporting & locking
  7.  
  8. Punch a player to 'lock' onto them. When locked, you will teleport to that player every time you punch with the hook.
  9. To unlock, or switch to another player, hold down CTRL then punch.
  10. Stick - Reporting
  11.  
  12. Punch a player to report that specific player.
  13. CTRL+Punch to open a list of online players to report. You can also manually write the name.
  14. Punch while locked onto a player to report the specific player you are locked onto. After selecting a player, you have to confirm it's the right player. Next GUI is what you want to report the player for. Last GUI is for confirmation again.
  15. Book - /lookup
  16.  
  17. Punch a player to look them up.
  18. When 'locked', punch anything but a player to lookup the player you are locked onto.
  19. Hold CTRL then punch to /find the player you are locked on.
  20. (Redstone) Torch - Fullbright - Thanks to zacharycraft777
  21.  
  22. Punch with the redstone torch to set your brightness to 200% (it's the max), this also switches it out for an unlit redstone torch.
  23. Punch with the torch to toggle fullbright off. Defaults to 0% (Moody) brightness. If you want to use 100% (Bright) you have to edit reportloader.txt and change GAMMA(0) to GAMMA(100).
  24. How do I install them?
  25. Download and install LiteLoader & Macro / Keybind mod. Instructions are in each thread.
  26. Launch Minecraft once to generate folders and files for the macro mod.
  27. Download reportloader.txt and place the file inside .minecraft/liteconfig/common/macros/.
  28. Open up the Macros GUI → Events Bindings
  29. Set *onWorldChange * to $${STOP(reportloader);EXEC(reportloader.txt,reportloader);}$$
  30. Set *onModeChange * to $${STOP(reportloader);EXEC(reportloader.txt,reportloader);}$$
  31. That should be it! If issues, just ask.
  32.  
  33. Here's a video demonstration and rough installation guide (going through point 5).
  34.  
  35. I'd like to note I am not the one who wrote this originally. YukonAppleGeek made the original admin macro tools, Barnyard_Owl later forked them, then I took over managing them. GrantaClause is very good at scripting macros, and he's helped a ton with it. I made this basically out of the admin macros staff already have.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement