Advertisement
edoreld

Untitled

Jun 2nd, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. All of these commands are only available to operators.
  2. /dimanc getquota <username>
  3. Tells you the current and maximum loaded chunks of that player.
  4. /dimanc override <username> <number>
  5. Sets a quota override for a specific player, equivalent to setting it in the chunkloader.playerQuotaOverride section of immibis.cfg. This does update the config.
  6. You can also use "unlimited" (without quotes) instead of the number, or "default" (which removes the override)
  7. /dimanc setfuel <ID> <time> <unit>
  8. Sets a fuel item. ID is the item ID, and time is the amount of time. Unit is a multiplier for the time - it can be "sec" (seconds), "min" (minutes), "hr" (hours) or blank (ticks).
  9. Example to make stone last for 5 seconds: /dimanc setfuel 1 5 sec
  10. /dimanc setfuel <ID>:<meta> <time> <unit>
  11. Same as above, but with a specific metadata/damage value.
  12. /dimanc setpipemode allow
  13. Enables automatic fuel insertion and updates the config.
  14. /dimanc setpipemode block
  15. Disables automatic fuel insertion and updates the config.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement