Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. # This is a template config file
  2. # define your parameter and its value like:
  3. Messages:
  4. ErrorMsg : "&c[EC] : Some error occured."
  5. EnoughEntity: "&a[EC] : Derzeit sind nicht genug %type% Entities in diesem Chunk!"
  6. EntityCount : "&a[EC] : The number of &e%type% &ais &e%count%"
  7.  
  8. HelpMessages:
  9. banner:
  10. msg: "=== &e[&aEntityControl Commands List (%version%)&e] &r==="
  11. help:
  12. msg: "&a/ectl help : displays this help menu."
  13. reload:
  14. msg: "&a/ectl reload : reloads config file."
  15. permission: "entitycontrol.reload"
  16. debug:
  17. msg: "&a/ectl debug <true|false> : turn on / off the debug mode."
  18. permission: "entitycontrol.debug"
  19. setlimit:
  20. msg: "&a/ectl setlimit <entity_name> <max_number> : Sets the maximum number of the specified entity can be spawned in the chunk/plot."
  21. permission: "entitycontrol.list.modify"
  22. list:
  23. msg: "&a/ectl list <entity_name> : Lists the current limit of the specified entity."
  24. permission: "entitycontrol.list"
  25. count:
  26. msg: "&a/ectl count <entity_name> <Retion_plugin> : counts the number of <entity_name> mob."
  27. permission: "entitycontrol.count"
  28.  
  29. # default is LOW, you can have LOWEST, LOW, NORMAL, HIGH, HIGHEST or MONITOR
  30. # adjust these event priority if those event processes from this plugin
  31. # interfere with other plugins' event processes.
  32. EventPriorityMap:
  33. CreatureSpawnEvent: "LOWEST"
  34. PlayerInteractEvent: "HIGHEST"
  35. VehicleEnterEvent: "HIGHEST"
  36. EntityPortalExitEvent: "HIGHEST"
  37.  
  38. CountCheckInterval : 5
  39.  
  40. DisabledWorlds:
  41. # - pvp
  42.  
  43. # ASkyBlock, Factions, FactionsUUID, Feudal, GriefPrevention, Kingdoms, LegacyFactions, NovaGuilds, PreciousStone, RedProtect, Residence, Towny, uSkyBlock
  44. RegionPlugin: PlotSquared v4
  45.  
  46. EntityLimits:
  47. VILLAGER: 5
  48. CHICKEN: 6
  49. OCELOT: 5
  50. 'null': -1
  51. GUARDIAN: 5
  52. MINECARTCHEST: -1
  53. THROWNEXPBOTTLE: -1
  54. LEASHKNOT: -1
  55. THROWNENDERPEARL: -1
  56. SKELETON: 7
  57. PRIMEDTNT: -1
  58. FIREBALL: -1
  59. ENDERDRAGON: -1
  60. CAVESPIDER: 6
  61. FIREWORKSROCKETENTITY: -1
  62. ENTITYHORSE: 10
  63. MINECARTTNT: -1
  64. ENDERMAN: 6
  65. COW: 6
  66. MINECARTFURNACE: -1
  67. MUSHROOMCOW: 6
  68. GHAST: -1
  69. SPIDER: 10
  70. PIGZOMBIE: 6
  71. XPORB: -1
  72. MINECARTCOMMANDBLOCK: -1
  73. ITEMFRAME: 20
  74. WITHERSKULL: -1
  75. GIANT: -1
  76. SNOWMAN: 5
  77. WITHERBOSS: -1
  78. MINECARTHOPPER: -1
  79. CREEPER: 3
  80. PIG: 6
  81. FALLINGSAND: -1
  82. ITEM: -1
  83. MINECARTMOBSPAWNER: -1
  84. VILLAGERGOLEM: 5
  85. ARMORSTAND: 6
  86. SNOWBALL: -1
  87. EYEOFENDERSIGNAL: -1
  88. PAINTING: 6
  89. RABBIT: 6
  90. BOAT: 3
  91. SMALLFIREBALL: -1
  92. LAVASLIME: 5
  93. ENDERCRYSTAL: -1
  94. SQUID: 3
  95. MINECARTRIDEABLE: -1
  96. BLAZE: -1
  97. OZELOT: 3
  98. ENDERMITE: -1
  99. WOLF: 6
  100. ARROW: -1
  101. SILVERFISH: -1
  102. SLIME: 5
  103. ZOMBIE: 5
  104. BAT: -1
  105. SHEEP: 5
  106. WITCH: 5
  107. POLARBEAR: 5
  108. EVOKER: 5
  109. HightLimit: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement