Guest User

Untitled

a guest
Mar 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. # ----------- General Stuff -----------
  2. # Available: SQLite / MySQL
  3. DatabaseType: SQLite
  4. MySQL:
  5. Hostname: localhost
  6. Port: 3306
  7. Database: minecraft
  8. User: root
  9. Password: passy
  10.  
  11. disabled-worlds:
  12. - world_nether
  13. - world_the_end
  14.  
  15. language: en
  16.  
  17. HelpCommandPerSite: 10
  18.  
  19. # Disables the warning for invalid world names on startup. Be careful!
  20. DisableStartupWorldWarning: false
  21.  
  22. # ----------- Cost Stuff ------------
  23. # this formula uses limited growth. Cost will raise and raise until it reaches a certain point
  24. # Formula: maxCost - ( maxCost - minCost ) * multiplier ^ amountOfOwnedLands
  25. # you can play around with the formula here: https://www.geogebra.org/m/S6uSGV7c
  26. Economy:
  27. enable: true
  28.  
  29. Formula:
  30. maxCost: 50000.0
  31. minCost: 50000.0
  32. multiplier: 0
  33.  
  34. # on unclaim, this percentage of the original price is paid back.
  35. Payback: 0.8
  36. Freelands: 1
  37. ResetCost: 1000.0
  38.  
  39. # here you can manage your claims shop.
  40. # - ClaimsQuantity:Price
  41. # e.g. 10:5000
  42. # which means, an user can buy 10 additional claims for 5000 dollars
  43. Shop:
  44. # set this to false, if you want to use the traditional permission based system
  45. enable: false
  46. extras:
  47. - PAPER:10:5000.0
  48. - PAPER:20:9000.0
  49. - PAPER:30:13500.0
  50. - PAPER:50:45000.0
  51.  
  52. # These are hard caps. If a player has the permission "landlord.limit.10" he will be able to buy up to 20 lands, but cant buy more claims than that.
  53. limits:
  54. - 10
  55. - 20
  56. - 30
  57. - 40
  58.  
  59. # Secures the world in which landlord is active. This means, players wont be able to destroy anything in free lands
  60. SecureWorld:
  61. enable: false
  62. # If player reach this treshold (amount of ownedlands) they will be able to build in the normal world)
  63. # This way you can allow your veteran players to be able to build pathes and commonly used stuff in the world, but prevent newbies from griefing
  64. treshold: 10
  65. # Where to display the warning that you are not to allowed in free lands until x lands has been reached: ActionBar, Chat, Title, Disabled
  66. displayWarning: ActionBar
  67.  
  68. Homes:
  69. enable: true
  70. spawnParticles: true
  71. teleportCost: 100.0
  72. delay: 3
  73.  
  74. # Where should the "Entering XXX's land" be displayed? Available are ActionBar, Chat, Title, Disabled
  75. LandMessage: ActionBar
  76.  
  77. # ----------- Map Stuff ------------
  78. Map:
  79. enable: true
  80. # Refreshrate in Ticks. 20 ticks is equal to one second. The lower you set the value the more laggy it might be
  81. refreshRate: 10
  82.  
  83. Borders:
  84. # show the chunkborders with particles
  85. enable: false
  86. # interval in seconds
  87. refreshRate: 10
  88.  
  89. CommandSettings:
  90. Main:
  91. name: help
  92. description: The basic command, /help
  93. usage: 'Usage: /help'
  94. permissions:
  95. - landlord.use
  96. aliases:
  97. - ll
  98. - land
  99. - landlord
  100. - gs
  101.  
  102. Claim:
  103. enableDelimit: true
  104. # Newly claimed lands are delimited by this material. You can add data e.g. for colored wool WOOL:3 for cyan wool
  105. delimitMaterial: TORCH
  106. # When a player does not own any lands, he may claim any free chunk. later only adjacent chunks
  107. claimOnlyAdjacent: true
  108. # If this is enabled, there must be one free chunk between two different owners. See https://tinyurl.com/y8xzelga
  109. needsGapBetweenOwners: false
  110.  
  111. name: claim
  112. usage: 'Usage: /land claim'
  113. permissions:
  114. - landlord.player.own
  115. aliases:
  116. - buy
  117. - cl
  118.  
  119. Info:
  120. name: info
  121. usage: '/land info - Shows information about the land you are standing on'
  122. permissions:
  123. - landlord.player.info
  124. aliases:
  125. - i
  126.  
  127. Unclaim:
  128. name: unclaim
  129. usage: '/land unclaim - Unclaim the chunk you are standing on'
  130. permissions:
  131. - landlord.player.unclaim
  132. aliases:
  133. - sell
  134.  
  135. UnclaimAll:
  136. name: unclaimall
  137. usage: '/land unclaimall - Unclaims all your lands'
  138. permissions:
  139. - landlord.player.unclaim
  140. aliases:
  141. - sellall
  142.  
  143. Addfriend:
  144. name: addfriend
  145. usage: '/land addfriend - Adds a friend to your land'
  146. permissions:
  147. - landlord.player.own
  148. aliases:
  149. - friendadd
  150. - addmember
  151.  
  152. RemoveFriend:
  153. name: removefriend
  154. usage: '/land unfriend - removes a friend from your land'
  155. permissions:
  156. - landlord.player.own
  157. aliases:
  158. - unfriend
  159. - friendremove
  160. - frienddelete
  161. - deletefriend
  162. - removefriend
  163.  
  164. AddfriendAll:
  165. name: addfriendall
  166. usage: '/land addfriendall - Adds a friend to all of your lands'
  167. permissions:
  168. - landlord.player.own
  169. aliases:
  170. - friendaddall
  171. - addmemberall
  172. - friendall
  173.  
  174. RemovefriendAll:
  175. name: removefriendall
  176. usage: '/land removefriendall - unfriend someone on all your lands'
  177. permissions:
  178. - landlord.player.own
  179. aliases:
  180. - unfriendall
  181. - removeallfriends
  182.  
  183. ListLands:
  184. name: list
  185. usage: '/land list - lists all your lands'
  186. permissions:
  187. - landlord.player.own
  188. aliases:
  189. - listlands
  190. - landlist
  191. enable: true
  192. # gui or chat
  193. mode: gui
  194. # How many lands should be displayed per page?
  195. landsPerPage: 15
  196.  
  197. Map:
  198. name: map
  199. usage: '/land map - toggles the landmap'
  200. permissions:
  201. - landlord.player.map
  202. aliases:
  203. - landmap
  204.  
  205. Clear:
  206. name: clear
  207. usage: '/land clear - clear a world'
  208. permissions:
  209. - landlord.admin.clearworld
  210. aliases:
  211. - clearworld
  212.  
  213. Manage:
  214. name: manage
  215. usage: '/land manage - manages the land you are standing on'
  216. permissions:
  217. - landlord.player.manage
  218. aliases:
  219. - mgn
  220.  
  221. ManageAll:
  222. name: manageall
  223. usage: '/land manageall - manages all your lands at the same time'
  224. permissions:
  225. - landlord.player.manage
  226. aliases:
  227. - mall
  228.  
  229. Update:
  230. name: update
  231. usage: '<-r> - updates all lands in one world. Parameter -r forces to reset all lands to their default state'
  232. permissions:
  233. - landlord.admin.update
  234. aliases:
  235. - upd
  236.  
  237. Shop:
  238. name: shop
  239. usage: '/land shop - displays the land shop'
  240. permissions:
  241. - landlord.player.shop
  242. aliases:
  243. - claimshop
  244.  
  245. Reload:
  246. name: reload
  247. usage: '/land reload - THIS IS NOT RECOMMENDED!!!'
  248. permissions:
  249. - landlord.admin.reload
  250. aliases:
  251. - rl
  252.  
  253. Claims:
  254. name: claims
  255. usage: '/land claims - shows the amount of your claims'
  256. permissions:
  257. - landlord.player.shop
  258. aliases:
  259. - clms
  260.  
  261. Sethome:
  262. name: sethome
  263. usage: '/land sethome - sets your current land home'
  264. permissions:
  265. - landlord.player.home
  266. aliases:
  267. - homeset
  268.  
  269. Home:
  270. name: home
  271. usage: '/land home teleports you to your home'
  272. permissions:
  273. - landlord.player.home
  274. aliases:
  275. - h
  276.  
  277. GiveClaims:
  278. name: giveclaims
  279. usage: '/land giveclaims - gives someone claims'
  280. permissions:
  281. - landlord.claims.give
  282. aliases:
  283. - gcl
  284.  
  285. Advertise:
  286. name: advertise
  287. usage: '/land advertise <price> || /land advertise <landName> <price>'
  288. permissions:
  289. - landlord.player.advertise
  290. aliases:
  291. - adv
  292.  
  293. Borders:
  294. name: borders
  295. usage: '/land borders'
  296. permissions:
  297. - landlord.player.borders
  298. aliases:
  299. - toggleborders
  300.  
  301. AdminTP:
  302. name: admintp
  303. usage: '/land admintp <name> - teleports to the land of a player'
  304. permissions:
  305. - landlord.admin.admintp
  306. aliases:
  307. - adminteleport
  308.  
  309. MAItem:
  310. name: item
  311. usage: '/land item <name> - gives the player the managementitem'
  312. permissions:
  313. - landlord.player.item
  314. aliases:
  315. - maitem
  316.  
  317.  
  318.  
  319. # define your default flags here. Every flag will be manageable in ll manage
  320. # Construction of a new Flag:
  321. # flag defaultState:toggleableState
  322. # You can also set specific groups: e.g. interact allow all:deny nonmembers
  323. # this allows toggling the flagstate between allowing interaction for everyone and just allow oweners and members
  324. # if you are adding a new flag, you must implement the necessary strings in the language file! Just copy paste it from an existing flag.
  325. Flags:
  326. - 'interact allow all:deny nonmembers'
  327. - 'chest-access deny nonmembers:allow all'
  328. - 'creeper-explosion deny all:allow all'
  329. - 'pvp deny all:allow all'
  330. - 'build deny nonmembers:allow all'
  331.  
  332. MaItem:
  333. enabled: true
  334. item: STICK
  335. # define your modes of operation here.
  336. # Syntax: clickaction:condition:whatshouldhappen
  337. # Available actions:
  338. # - leftclickblock, leftclickair, shiftleftclickblock, shiftleftclickair (same for right obv)
  339. # Available conditions:
  340. # - ownland, otherland, anyland
  341. # Available whatshouldhappen:
  342. # - info, buy, manage, manageall, togglemap, toggleborders
  343. modes:
  344. - 'rightclickblock:anyland:info'
  345. - 'leftclickblock:anyland:buy'
  346. - 'shiftrightclickblock:ownland:manage'
  347. - 'shiftleftclickblock:ownland:manageall'
  348. - 'rightclickair:anyland:togglemap'
  349. - 'leftclickair:anyland:toggleborders'
  350.  
  351. # These options will be manageable in ll manage
  352. Manage:
  353. friends:
  354. enable: true
  355. regenerate:
  356. enable: true
  357. item: BARRIER
  358. setgreet:
  359. enable: true
  360. item: BAKED_POTATO
  361. setfarewell:
  362. enable: true
  363. item: CARROT_ITEM
  364. unclaim:
  365. enable: true
  366. item: BLAZE_POWDER
  367. build:
  368. enable: true
  369. item: GRASS
  370. interact:
  371. enable: true
  372. item: STONE_BUTTON
  373. chest-access:
  374. enable: true
  375. item: CHEST
  376. creeper-explosion:
  377. enable: true
  378. item: TNT
  379. pvp:
  380. enable: true
  381. item: DIAMOND_SWORD
  382. mob-spawning:
  383. enable: true
  384. item: MONSTER_EGG
  385. # If you dont want your users to manage a specific mobspawn, just comment out the line with #
  386. toggleableMobs:
  387. - ELDER_GUARDIAN
  388. - WITHER_SKELETON
  389. - STRAY
  390. - HUSK
  391. - ZOMBIE_VILLAGER
  392. - SKELETON_HORSE
  393. - ZOMBIE_HORSE
  394. - ARMOR_STAND
  395. - DONKEY
  396. - MULE
  397. - EVOKER
  398. - VEX
  399. - VINDICATOR
  400. - ILLUSIONER
  401. - CREEPER
  402. - SKELETON
  403. - SPIDER
  404. - GIANT
  405. - ZOMBIE
  406. - SLIME
  407. - GHAST
  408. - PIG_ZOMBIE
  409. - ENDERMAN
  410. - CAVE_SPIDER
  411. - SILVERFISH
  412. - BLAZE
  413. - MAGMA_CUBE
  414. - ENDER_DRAGON
  415. - WITHER
  416. - BAT
  417. - WITCH
  418. - ENDERMITE
  419. - GUARDIAN
  420. - SHULKER
  421. - PIG
  422. - SHEEP
  423. - COW
  424. - CHICKEN
  425. - SQUID
  426. - WOLF
  427. - MUSHROOM_COW
  428. - SNOWMAN
  429. - OCELOT
  430. - IRON_GOLEM
  431. - HORSE
  432. - RABBIT
  433. - POLAR_BEAR
  434. - LLAMA
  435. - PARROT
  436. - VILLAGER
  437.  
  438.  
  439. EnableMetrics: true
  440. version: 12
Add Comment
Please, Sign In to add comment