EtnoCraft

TradeMe 4.0.2.3 - Configuración

Dec 9th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 KB | None | 0 0
  1. # Shows if there is available new version on login with trademe.versioncheck permission node
  2. ShowNewVersion: true
  3. DataBase:
  4. # Do you want to use Mysql database system or SQLite
  5. # Use: mysql or sqlite
  6. DataBaseType: mysql
  7. # Not usable if sqlite file system chosen
  8. # Usually localhost or 127.0.0.1
  9. mysqlHost: 127.0.0.1
  10. # Default port is 3306
  11. mysqlPort: 3306
  12. # Database table name
  13. mysqlDatabase: 33533
  14. # Database username, usually its root
  15. mysqlUsername: 33533
  16. # Your mysql database password, keep it as strong as posible
  17. mysqlPassword: 61a3547b1c
  18. # Language file you want to use
  19. Language: EN
  20. #
  21. # This will allow you to globaly disable trades with specific modes
  22. # You can always give or take trade options with permission like trademe.moneytrade or trademe.exptrade
  23. TradeModes:
  24. ItemTrade: true
  25. MoneyTrade: true
  26. ExpTrade: true
  27. McMMOTrade: false
  28. JobsTrade: false
  29. JobsPointsTrade: false
  30. ResidenceTrade: false
  31. GriefPreventionTrade: false
  32. PlayerPointsTrade: false
  33. MyPetTrade: false
  34. KingdomsTrade: false
  35. #
  36. # Time to accept trade, in seconds
  37. AcceptDelay: 15
  38. #
  39. # Time until counter ends, in seconds
  40. Confirm: 3
  41. #
  42. # Time in sec for how long after combat player can't trade
  43. NonCombat: 10
  44. #
  45. # Time in milliseconds between each click in trade inventory
  46. # Mainly to prevent to fast clicking and avoiding incorrect amount showing up because of that
  47. # Keep it at 200 as this will limit clicks to be no mo often than 5 times in one second
  48. ClickCooldown: 200
  49. #
  50. # When this set to true, players can give trade offers or accept them by sneeking and pressing right mouse button on a player
  51. ShiftRightClick: false
  52. #
  53. # You can lock quickbar and prevent players from trading from it
  54. LockQuickBar: false
  55. #
  56. # Prevent trading between game modes
  57. NoTradeBetweenGameModes: true
  58. #
  59. # If this set to true, players will be check for appropriate trade permissions between different permission groups for particular trade mode
  60. # Player should have trademe.moneytrade.[groupname] permission node to trade with that group with money
  61. # In example: player1 has Newbie group and player2 - Advanced group
  62. # player1 should have trademe.moneytrade.advanced and player2 should have trademe.moneytrade.newbie permission nodes for option to trade with money
  63. # Posible nodes: trademe.moneytrade.[groupname], trademe.exptrade.[groupname], trademe.mcmmotrade.[groupname], trademe.jobstrade.[groupname], trademe.residencetrade.[groupname]
  64. TradeGroups: false
  65. #
  66. # While this is true, Distance wont work
  67. BetweenWorlds: true
  68. #
  69. # World groups to separate trades if you have multiverse or similar plugin
  70. WorldGroups:
  71. Group1:
  72. - Supervivencia
  73. - Supervivencia_nether
  74. - Supervivencia_the_end
  75. Group2:
  76. - Creativo
  77. - Lobby
  78. Group3:
  79. - ''
  80. Group4:
  81. - ''
  82. Group5:
  83. - ''
  84. # Max distance players can trade to each other, BetweenWorlds should be set to false for this to work
  85. # Set 0 if you dont want to have distance restriction
  86. Distance: 0
  87. AutoPurge:
  88. Use: false
  89. # Set for how long to keep trade information in database by minutes
  90. # 43200 = 30 days
  91. # 20160 = 14 days
  92. # 10080 = 7 days
  93. # 1440 = 24 hours
  94. TimeRange: 43200
  95. Residence:
  96. # Do you want to use residence max limit
  97. # With this set to false players can have more residences than its been set up in residence config file
  98. UseMaxLimit: true
  99. Regions:
  100. # You can set in witch regions players can trade or cannot
  101. WorldGuard:
  102. Allow:
  103. Use: false
  104. List:
  105. - testRegion
  106. - testRegion2
  107. Deny:
  108. use: false
  109. List:
  110. - testRegion3
  111. - testRegion4
  112. BlockedWorlds:
  113. - Creativo
  114. - Lobby
  115. # List of item id's to be blocked from trade
  116. BlockedItems:
  117. - 137
  118. - 166
  119. # List of item lore to be blocked from trade
  120. # this can be only part of line without color codes
  121. BlockedLore:
  122. - One line of lore
  123. - second line
  124. - color code not necessary
  125. # Max lvl allowed for player to have, if McMMO config files are not modified its is 1000
  126. McMMO:
  127. MaxLvl: 1000
  128. Numbers:
  129. ShortNames:
  130. # With this enabled big numbers will be shortened from 1234567 to 1m or 1.23m
  131. Enabled: false
  132. # With this enabled numbers will be shown like 1.23m instead of only 1m
  133. Show2Numbers: true
  134. '1000': k
  135. '1000000': m
  136. '1000000000': b
  137. '1000000000000': t
  138. Amounts:
  139. # All amounts used for buttons to increase/decrease
  140. # Inform players about posibility to use Shift button to rise increment by 10 times
  141. Money:
  142. '1': 1
  143. '2': 100
  144. '3': 10000
  145. '4': 1000000
  146. Exp:
  147. '1': 1
  148. '2': 100
  149. '3': 10000
  150. '4': 1000000
  151. McMMO:
  152. '1': 1
  153. '2': 100
  154. '3': 10000
  155. '4': 1000000
  156. Jobs:
  157. '1': 1
  158. '2': 100
  159. '3': 10000
  160. '4': 1000000
  161. JobsPoints:
  162. '1': 1
  163. '2': 100
  164. '3': 10000
  165. '4': 1000000
  166. GriefPrevention:
  167. '1': 1
  168. '2': 100
  169. '3': 10000
  170. '4': 1000000
  171. PlayerPoints:
  172. '1': 1
  173. '2': 100
  174. '3': 10000
  175. '4': 1000000
  176. Kingdoms:
  177. '1': 1
  178. '2': 100
  179. '3': 10000
  180. '4': 1000000
  181. Taxes:
  182. # Taxes for transfers
  183. Money:
  184. Fixed:
  185. # Fixed amount of Money will be taken during transfer
  186. Use: false
  187. Amount: 100
  188. Percentage:
  189. # Percentage amount of Money will be taken during transfer
  190. # 10.0 means user will receive 10% less money
  191. Use: false
  192. Amount: 10
  193. # Taxes for transfers
  194. Exp:
  195. Fixed:
  196. # Fixed amount of Exp will be taken during transfer
  197. Use: false
  198. Amount: 100
  199. Percentage:
  200. # Percentage amount of Exp will be taken during transfer
  201. # 10.0 means user will receive 10% less money
  202. Use: false
  203. Amount: 10
  204. # Taxes for transfers
  205. McMMO:
  206. Fixed:
  207. # Fixed amount of McMMO will be taken during transfer
  208. Use: false
  209. Amount: 100
  210. Percentage:
  211. # Percentage amount of McMMO will be taken during transfer
  212. # 10.0 means user will receive 10% less money
  213. Use: false
  214. Amount: 10
  215. # Taxes for transfers
  216. Jobs:
  217. Fixed:
  218. # Fixed amount of Jobs will be taken during transfer
  219. Use: false
  220. Amount: 100
  221. Percentage:
  222. # Percentage amount of Jobs will be taken during transfer
  223. # 10.0 means user will receive 10% less money
  224. Use: false
  225. Amount: 10
  226. # Taxes for transfers
  227. JobsPoints:
  228. Fixed:
  229. # Fixed amount of JobsPoints will be taken during transfer
  230. Use: false
  231. Amount: 100
  232. Percentage:
  233. # Percentage amount of JobsPoints will be taken during transfer
  234. # 10.0 means user will receive 10% less money
  235. Use: false
  236. Amount: 10
  237. # Taxes for transfers
  238. GriefPrevention:
  239. Fixed:
  240. # Fixed amount of GriefPrevention will be taken during transfer
  241. Use: false
  242. Amount: 100
  243. Percentage:
  244. # Percentage amount of GriefPrevention will be taken during transfer
  245. # 10.0 means user will receive 10% less money
  246. Use: false
  247. Amount: 10
  248. # Taxes for transfers
  249. PlayerPoints:
  250. Fixed:
  251. # Fixed amount of PlayerPoints will be taken during transfer
  252. Use: false
  253. Amount: 100
  254. Percentage:
  255. # Percentage amount of PlayerPoints will be taken during transfer
  256. # 10.0 means user will receive 10% less money
  257. Use: false
  258. Amount: 10
  259. # Taxes for transfers
  260. Kingdoms:
  261. Fixed:
  262. # Fixed amount of Kingdoms will be taken during transfer
  263. Use: false
  264. Amount: 100
  265. Percentage:
  266. # Percentage amount of Kingdoms will be taken during transfer
  267. # 10.0 means user will receive 10% less money
  268. Use: false
  269. Amount: 10
  270. Buttons:
  271. Confirm:
  272. # Id/meta used for confirm button
  273. Confirmed:
  274. Id: 160
  275. Meta: 5
  276. UnConfirmed:
  277. Id: 160
  278. Meta: 14
  279. Counter:
  280. # Id/meta used for column counter buttons
  281. ColumnOn:
  282. Id: 160
  283. Meta: 5
  284. ColumnOff:
  285. Id: 160
  286. Meta: 15
  287. # Filled up when iten trading is turned off
  288. ItemFields:
  289. Id: 160
  290. Meta: 7
  291. # Id/meta used for empty slot to fillup
  292. EmptySlot:
  293. Id: 160
  294. Meta: 8
  295. Money:
  296. '1':
  297. Id: 371
  298. Meta: 0
  299. '2':
  300. Id: 266
  301. Meta: 0
  302. '3':
  303. Id: 41
  304. Meta: 0
  305. '4':
  306. Id: 264
  307. Meta: 0
  308. OfferOff:
  309. Id: 368
  310. Meta: 0
  311. OfferOn:
  312. Id: 381
  313. Meta: 0
  314. Offered:
  315. Id: 266
  316. Meta: 0
  317. Exp:
  318. '1':
  319. Id: 325
  320. Meta: 0
  321. '2':
  322. Id: 335
  323. Meta: 0
  324. '3':
  325. Id: 326
  326. Meta: 0
  327. '4':
  328. Id: 327
  329. Meta: 0
  330. OfferOff:
  331. Id: 374
  332. Meta: 0
  333. OfferOn:
  334. Id: 384
  335. Meta: 0
  336. Offered:
  337. Id: 384
  338. Meta: 0
  339. JobsPoints:
  340. '1':
  341. Id: 97
  342. Meta: 0
  343. '2':
  344. Id: 97
  345. Meta: 1
  346. '3':
  347. Id: 97
  348. Meta: 2
  349. '4':
  350. Id: 97
  351. Meta: 3
  352. OfferOff:
  353. Id: 89
  354. Meta: 0
  355. OfferOn:
  356. Id: 123
  357. Meta: 0
  358. Offered:
  359. Id: 123
  360. Meta: 0
  361. McMMO:
  362. '1':
  363. Id: 35
  364. Meta: 0
  365. '2':
  366. Id: 35
  367. Meta: 8
  368. '3':
  369. Id: 35
  370. Meta: 7
  371. '4':
  372. Id: 35
  373. Meta: 15
  374. Offered:
  375. Id: 276
  376. Meta: 0
  377. Acrobatics:
  378. OfferOff:
  379. Id: 301
  380. Meta: 0
  381. OfferOn:
  382. Id: 313
  383. Meta: 0
  384. Alchemy:
  385. OfferOff:
  386. Id: 373
  387. Meta: 0
  388. OfferOn:
  389. Id: 373
  390. Meta: 8230
  391. Archery:
  392. OfferOff:
  393. Id: 280
  394. Meta: 0
  395. OfferOn:
  396. Id: 261
  397. Meta: 0
  398. Axes:
  399. OfferOff:
  400. Id: 271
  401. Meta: 0
  402. OfferOn:
  403. Id: 279
  404. Meta: 0
  405. Excavation:
  406. OfferOff:
  407. Id: 269
  408. Meta: 0
  409. OfferOn:
  410. Id: 277
  411. Meta: 0
  412. Fishing:
  413. OfferOff:
  414. Id: 350
  415. Meta: 0
  416. OfferOn:
  417. Id: 346
  418. Meta: 0
  419. Herbalism:
  420. OfferOff:
  421. Id: 290
  422. Meta: 0
  423. OfferOn:
  424. Id: 293
  425. Meta: 0
  426. Mining:
  427. OfferOff:
  428. Id: 270
  429. Meta: 0
  430. OfferOn:
  431. Id: 278
  432. Meta: 0
  433. Repair:
  434. OfferOff:
  435. Id: 265
  436. Meta: 0
  437. OfferOn:
  438. Id: 42
  439. Meta: 0
  440. Swords:
  441. OfferOff:
  442. Id: 268
  443. Meta: 0
  444. OfferOn:
  445. Id: 276
  446. Meta: 0
  447. Taming:
  448. OfferOff:
  449. Id: 352
  450. Meta: 0
  451. OfferOn:
  452. Id: 420
  453. Meta: 0
  454. Unarmed:
  455. OfferOff:
  456. Id: 322
  457. Meta: 0
  458. OfferOn:
  459. Id: 322
  460. Meta: 1
  461. Woodcutting:
  462. OfferOff:
  463. Id: 162
  464. Meta: 1
  465. OfferOn:
  466. Id: 17
  467. Meta: 2
  468. Jobs:
  469. '1':
  470. Id: 351
  471. Meta: 15
  472. '2':
  473. Id: 351
  474. Meta: 7
  475. '3':
  476. Id: 351
  477. Meta: 8
  478. '4':
  479. Id: 351
  480. Meta: 0
  481. Offered:
  482. Id: 293
  483. Meta: 0
  484. Residence:
  485. Offered:
  486. Id: 95
  487. Meta: 5
  488. MyPet:
  489. Offered:
  490. Id: 383
  491. Meta: 51
  492. GriefPrevention:
  493. '1':
  494. Id: 171
  495. Meta: 0
  496. '2':
  497. Id: 171
  498. Meta: 8
  499. '3':
  500. Id: 171
  501. Meta: 7
  502. '4':
  503. Id: 171
  504. Meta: 15
  505. OfferOff:
  506. Id: 269
  507. Meta: 0
  508. OfferOn:
  509. Id: 284
  510. Meta: 0
  511. Offered:
  512. Id: 284
  513. Meta: 0
  514. PlayerPoints:
  515. '1':
  516. Id: 189
  517. Meta: 0
  518. '2':
  519. Id: 190
  520. Meta: 0
  521. '3':
  522. Id: 188
  523. Meta: 0
  524. '4':
  525. Id: 191
  526. Meta: 0
  527. OfferOff:
  528. Id: 340
  529. Meta: 0
  530. OfferOn:
  531. Id: 403
  532. Meta: 0
  533. Offered:
  534. Id: 403
  535. Meta: 0
  536. Kingdoms:
  537. '1':
  538. Id: 18
  539. Meta: 0
  540. '2':
  541. Id: 18
  542. Meta: 1
  543. '3':
  544. Id: 18
  545. Meta: 2
  546. '4':
  547. Id: 18
  548. Meta: 3
  549. OfferOff:
  550. Id: 33
  551. Meta: 0
  552. OfferOn:
  553. Id: 29
  554. Meta: 0
  555. Offered:
  556. Id: 29
  557. Meta: 0
  558. Debug: false
Advertisement
Add Comment
Please, Sign In to add comment