Jodo32

Untitled

Sep 10th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. # Boolean:
  2. # Portal placement whitelist enabled?
  3. I:portalWhitelist=0
  4. ####################
  5. # moonportals
  6. #===================
  7. # Moon Portal options.
  8. #
  9. # For Booleans
  10. # 1 means Yes
  11. # 0 means No
  12. ####################
  13.  
  14. moonportals {
  15. # Boolean:
  16. # Enable moon portals?
  17. I:enableMoonPortals=0
  18.  
  19. # Boolean:
  20. # Can moon portals grab blocks?
  21. I:moonPortalGrabsBlocks=0
  22.  
  23. # Can moon portals grab players?
  24. # 0 = No.
  25. # 1 = Yes.
  26. # 2 = Yes, but non-creative players only.
  27. I:moonPortalGrabsPlayers=0
  28.  
  29. # Range (in blocks) of moon portals?
  30. I:moonPortalRange=0
  31.  
  32. # Boolean:
  33. # Do moon portals use the block grabbing black/whitelist when grabbing blocks?
  34. I:moonPortalUsesGrabList=0
  35. }
Advertisement
Add Comment
Please, Sign In to add comment