Guest User

Untitled

a guest
Jan 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1.  
  2. # The ops-only flag is used if the permissions system is set to Basic, and specifies which actions
  3. # should be restricted to ops. If any other permissions system is specified, it is ignored.
  4. # Valid permission systems: Basic, Permissions, GroupManager, WorldEdit, CraftBukkit
  5.  
  6. permissions:
  7. system: WorldEdit
  8. ops-only:
  9. - general.time.set
  10. - general.teleport
  11. - general.teleport.other
  12. - general.teleport.coords
  13. - general.teleport.other.mass
  14. - general.summon
  15. - general.give
  16. - general.give.infinite
  17. - general.give.group.notitem
  18. - general.give.group.bedrock
  19. - general.give.group.fluid
  20. - general.spawn.set
  21. - general.spawn.other
  22. - general.getpos.other
  23. - general.clear.other
  24. - general.take.other
  25. - general.heal
  26. - general.mobspawn
  27. - general.kit.<kitname>
  28. - general.kit-now
  29. - general.admin
  30.  
  31. # This section lets you restrict certain items to particular groups in the /give command.
  32. # The default configuration shown here restricts items that either are not an item (ie they
  33. # have a different ID for the corresponding inventory item) or are duplicates of another
  34. # item (eg the burning furnace). It also restricts bedrock and fluids.
  35. #
  36. # Note that this only blocks the user from using the /give command to get these items.
  37. # If they are obtained in any other way, there is nothing to prevent the user from
  38. # placing them. Use WorldGuard for that.
  39. #
  40. # The others-for-all setting specifies whether items not in a group are accessible by default.
  41. # If false, items not in a group can be considered as belonging to the group "other".
  42.  
  43. give:
  44. groups:
  45. notitem: [26, 55, 59, 62, 63, 64, 68, 71, 74, 75, 83, 90, 93, 94]
  46. bedrock: [7]
  47. fluid: [8, 9, 10, 11]
  48. others-for-all: true
  49.  
  50. playerlist:
  51. show-health: false
  52. show-coords: false
  53. show-world: false
  54.  
  55. # If true, show the message of the day on login.
  56. show-motd: true
  57.  
  58. time:
  59. format-24-hour: false
  60. show-ticks: true
  61.  
  62. # This section is for if you want economy enabled. Currently the only accepted option is system,
  63. # which should be either None or iConomy.
  64.  
  65. economy:
  66. system: None
  67. commands:
  68. timeset: 0
  69. heal: 0
  70. mobspawn: 0
  71. kit: 0
  72. items:
  73. 351: 0
  74. 276: 0
  75. # etc
  76.  
  77. # The format that a chat message's first word must take for General to assume that the player
  78. # may be tagging another player. For example, if you set it to '@name', it will use Twitter-style
  79. # tagging. Tagging currently only means that the tagger will be informed if the player is away.
  80. tag-fmt: 'name:'
Add Comment
Please, Sign In to add comment