Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.18 KB | None | 0 0
  1. All administrative commands require the permission "Practice.Admin".
  2. Permission to Bypass Ranked Limit: Practice.Bypass.Rankedlimit
  3.  
  4. Practice Commands
  5. /Practice spawn
  6. - Teleports you to the spawn point.
  7.  
  8. /Practice setspawn
  9. - Sets the spawn point.
  10.  
  11. /Practice editor
  12. - Teleports you to the editor point.
  13.  
  14. /Practice seteditor
  15. - Sets the spawn point.
  16.  
  17. /Practice location
  18. - Outputs your current location.
  19.  
  20. /Practice reload
  21. - Reloads the practice plugin.
  22.  
  23. /Practice help
  24. - Outputs the help page.
  25.  
  26. Ladder Commands
  27. /Ladder create [name]
  28. - Creates a ladder.
  29.  
  30. /Ladder delete [name]
  31. - Deletes a ladder.
  32.  
  33. /Ladder setdisplayname [name] [text]
  34. - Sets a ladder's display name.
  35.  
  36. /Ladder addarena [name] [arena]
  37. - Add an arena to a ladder.
  38.  
  39. /Ladder removearena [name] [arena]
  40. - Remove an arena from a ladder.
  41.  
  42. /Ladder listarenas [name]
  43. - Lists all arenas that has been added to the ladder.
  44.  
  45. /Ladder setmode [ladder] [mode]
  46. - Sets the mode of the ladder. Ex: 1v1 or FFA.
  47.  
  48. /Ladder setalsoranked [ladder] [boolean]
  49. - Set if the ladder should also be ranked.
  50.  
  51. /Ladder seticon [name]
  52. - Sets a ladder's icon to the item in your hand.
  53.  
  54. /Ladder setinventory [name]
  55. - Sets a ladder's default inventory to your inventory.
  56.  
  57. /Ladder loadinventory [name]
  58. - Loads a ladder's default inventory.
  59.  
  60. /Ladder sethitdelay [name] [int]
  61. - Sets a ladder's hit delay.
  62.  
  63. /Ladder setallowedit [name] [boolean]
  64. - Allows a player to edit this kit or not.
  65.  
  66. /Ladder setallowheal [name] [boolean]
  67. - Allows a player to heal hearts naturally or not when playing this ladder.
  68.  
  69. /Ladder setallowhunger [name] [boolean]
  70. - Allows a player to lose hunger or not when playing this ladder.
  71.  
  72. /Ladder setallowbuild [name] [boolean]
  73. - Allows a player to build or not when playing this ladder.
  74.  
  75. /Ladder list
  76. - Lists all ladders.
  77.  
  78. /Ladder help
  79. - Outputs the help page.
  80.  
  81. Arena Commands
  82. /Arena create [name]
  83. - Creates an arena.
  84.  
  85. /Arena delete [name]
  86. - Deletes an arena.
  87.  
  88. /Arena setregion [name]
  89. - Sets the arena's region.
  90.  
  91. /Arena setspawn1 [name]
  92. - Sets the spawn point 1 of an arena.
  93.  
  94. /Arena setspawn2 [name]
  95. - Sets the spawn point 2 of an arena.
  96.  
  97. /Arena wand
  98. - Gives a player the region selector.
  99.  
  100. /Arena list
  101. - Lists all arenas.
  102.  
  103. /Arena help
  104. - Outputs the help page.
  105.  
  106. Party Commands
  107. /Party create
  108. - Creates a party.
  109.  
  110. /Party disband
  111. - Disbands a party.
  112.  
  113. /Party invite [player]
  114. - Invites a player to a party.
  115.  
  116. /Party accept [player]
  117. - Accepts a party invite from a player.
  118.  
  119. /Party decline [player]
  120. - Declines a party invite from a player.
  121.  
  122. /Party kick [player]
  123. - Kicks a player from a party (Party leader only)
  124.  
  125. /Party info
  126. - Lists a party's information.
  127.  
  128. /Party list
  129. - Shows all parties in a menu.
  130.  
  131. /Party help
  132. - Outputs the help page.
  133.  
  134. Duel Commands
  135. /Duel [player]
  136. - Sends a duel request to a player.
  137.  
  138. /Duel accept [player]
  139. - Accepts a duel request from a player.
  140.  
  141. /Duel decline [player]
  142. - Declines a duel request from a player.
  143.  
  144. /Duel help
  145. - Outputs the help page.
  146.  
  147. Misc Commands
  148. /Savedata
  149. - Saves all player data for player's that are currently logged in.
  150.  
  151. /Cancel [player]
  152. - Cancels a player's match.
  153.  
  154. /Spectate [player]
  155. - Spectates a player's match.
  156.  
  157. /Inventory [player]
  158. - Shows a player's inventory from their most recent death.
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. # Welcome to the configuration of ProPractice!
  166. #
  167. # This plugin is currently supporting 1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x & 1.12.x!
  168. #
  169. # Please PM me at SpigotMC if you"re having any issues or suggestions!
  170. # Spigot Name: File14
  171. #
  172. # Thank you for purchasing ProPractice!
  173.  
  174. Use-Potion-Modifier: true
  175. Enderpearl-Cooldown: 5
  176. Ranked-Limit: 10
  177. Freeze-Player-Before-Match-Starts: true
  178.  
  179. MySQL:
  180. Use: false
  181. Host: localhost
  182. Port: 3306
  183. Database: ProPractice
  184. Table: ProPracticeData
  185. User: root
  186. Password: password
  187.  
  188. Scoreboard:
  189. Update-Ticks: 10
  190. Title: "&bPractice"
  191. Starting: "Starting..."
  192. Separator: "&8&m----------"
  193. Ladder: "&e(ladder)"
  194. Rating: "&7: (rating)"
  195. Enderpearl: "&cEnderpearl: &f(time)"
  196.  
  197. Lobby-Lines:
  198. - "(separator)"
  199. - "&bGlobal Rank&7:&r (globalRank)"
  200. - "&bGlobal ELO&7: &r(globalRating)"
  201. - "&bOnline&7:&r (playersOnline)"
  202. - "&bPing&7:&r (ping)"
  203. - "&bMatches&7:&r (inQueues)"
  204. - "&bFighting&7:&r (inFights)"
  205. - "&bQueuing&7:&r (inQueues)"
  206. - "&bSpectators&7: &r(spectators)"
  207. - "(separator)"
  208.  
  209. Queue-Lines:
  210. - "(separator)"
  211. - "&aSearching for match..."
  212. - "&7(unicode->>) (queue)"
  213. - "&7(unicode->>) (queueType)"
  214. - "&7(unicode->>) (time)"
  215. - "(separator)"
  216.  
  217. Match-Lines:
  218. - "(separator)"
  219. - "&6Opponent: &f(opponent)"
  220. - "&6Time: &f(time)"
  221. - "&6Your Ping: &f(ping)"
  222. - "(enderpearl)"
  223. - "(separator)"
  224.  
  225. Kit-Editor-Lines:
  226. - "(separator)"
  227. - "&7Use the anvil to save,"
  228. - "&7load, and delete your"
  229. - "&7kits."
  230. - " "
  231. - "&7Once you are finished"
  232. - "&7with your kits, use"
  233. - "&7the sign to return to"
  234. - "&7spawn."
  235. - "(separator)"
  236.  
  237. Spectator-Lines:
  238. - "(separator)"
  239. - "&6Spectating: &f(opponent)"
  240. - "&6Kit: &f(kit)"
  241. - "&6Time: &f(time)"
  242. - "&6Spectators: &f(spectators)"
  243. - "(separator)"
  244.  
  245. Blocked-Commands:
  246. - tpa
  247. - spawn
  248. - warp
  249. - kill
  250. - sucide
  251. - tpahere
  252.  
  253.  
  254. #THIS FEATURE IS NOT READY TO BE USED YET, SO I SUGGEST KEEPING DISABLED!
  255. #Currently only supporting 1.7 servers
  256. Tab:
  257. Use: false
  258.  
  259. 1: "&f"
  260. "2": "&f"
  261. "3": "&f"
  262. "4": ""
  263. "5": ""
  264. "6": ""
  265. "7": ""
  266. "8": ""
  267. "9": ""
  268. "10": ""
  269. "11": ""
  270. "12": ""
  271. "13": ""
  272. "14": ""
  273. "15": ""
  274. "16": ""
  275. "17": ""
  276. "18": ""
  277. "19": "&bShop:"
  278. "20": "&7shop.test.com"
  279. "21": "&6&lExample Server"
  280. "22": ""
  281. "23": "&6Online Players:"
  282. "24": "&7(online_players)"
  283. "25": ""
  284. "26": "&6Fighting:"
  285. "27": "&7(playing_amount)"
  286. "28": ""
  287. "29": "&6Queuing:"
  288. "30": "&7(queuing_amount)"
  289. "31": ""
  290. "32": "&6Latency:"
  291. "33": "&7(ping)"
  292. "34": ""
  293. "35": ""
  294. "36": ""
  295. "37": ""
  296. "38": ""
  297. "39": ""
  298. "40": ""
  299. "41": ""
  300. "42": ""
  301. "43": "&6Statistics:"
  302. "44": "&bGlobal Rating:"
  303. "45": "&7(globalrating)"
  304. "46": "&bRanked Wins:"
  305. "47": "&7(ranked_wins)"
  306. "48": "&bRanked Losses:"
  307. "49": "&7(ranked_losses)"
  308. "50": "&bUnranked Wins:"
  309. "51": "&7(unranked_wins)"
  310. "52": "&bUnranked Losses:"
  311. "53": "&7(unranked_losses)"
  312. "54": "&bMatches Played:"
  313. "55": "&7(matches_played)"
  314. "56": ""
  315. "57": ""
  316. "58": ""
  317. "59": "&bTeamSpeak:"
  318. "60": "&7ts.example.com:1919"
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. Match:
  331. Your-Opponent-Ranked: "&6Your Opponent: &e(opponent) (opponentEloDifference) ((opponentElo))"
  332. Your-Opponent-Unranked: "&6Your Opponent: &e(opponent)"
  333. Starting-Now: "&eThe match is starting &cnow&e!"
  334. Starting-Second: "&eThe match is starting in &c(timeLeft)&e second!"
  335. Starting-Seconds: "&eThe match is starting in &c(timeLeft)&e seconds!"
  336. Canceled: "&4The match has been canceled: &c(reason)"
  337. End-Sequence:
  338. - ""
  339. - "&6Post-Match Inventories &7(click at a name view)"
  340. - "(winnerClickables)"
  341. - "(loserClickables)"
  342. - ""
  343. Winners: " Winners"
  344. Losers: " Losers"
  345. Enderpearl-Match-Not-Started: "&cYou cannot throw an enderpearl until the match has started."
  346. Enderpearl-Cooldown: "&cYou cannot throw an enderpearl for another &e(timeLeft)&cs."
  347. Enderpearl-Cooldown-End: "&cYou can now throw an enderpearl again!"
  348. Health-Hit: "&3(player)&b is now at &c(hearts) &r(heartIcon)"
  349. No-Default-Kit: "&cThis ladder does not have a default inventory, use a custom kit."
  350. Custom-Kit-Not-Found: "&cThat kit could not be found, giving you the default kit."
  351. Modify-Block: "&cYou cannot modify that block."
  352. Player-Left: "&c(player) &7has left the match."
  353. Need-More-Players: "&cYou must have more than 2 players in your party to start an event."
  354.  
  355. Queue:
  356. Join-Ranked: "&6[Ranked] &eYou have been added to the&a (queue) &equeue, please wait while we find you an opponent."
  357. Join-Unranked: "&6[Unranked] &eYou have been added to the&a (queue) &equeue, please wait while we find you an opponent."
  358. Removed: "&cYou have been removed from the queue."
  359. Searching: "&eSearching in ranges &c(ranges)..."
  360. No-Arenas: "&cThere are no available arenas, you have been removed from the queue."
  361. Queue-Not-Found: "&cCould not find that queue."
  362. Not-In-Lobby: "&cYou need to be in the lobby to join a queue."
  363.  
  364. Spectate:
  365. Started: "&cYou are now spectating the match."
  366. Finished: "&cYou are no longer spectating the match."
  367. Match-Finished: "&cThe match is now over."
  368.  
  369. Kit-Editor:
  370. Started: "&eYou are now editing your &a(ladder) &ekits."
  371. Finished: "&eYou have been sent back to spawn."
  372. Saved: "&aYou have saved your kit."
  373. Loaded: "&eYou have loaded your kit. Move around the items in the hotbar anyway you want."
  374. Deleted: "&cYou have deleted your kit."
  375. Must-Be-In-Lobby: "&cYou must be in the lobby to edit your kits."
  376.  
  377. Misc:
  378. Ranked-Limit: "&cYou need to win &e(remaining) &cmore unranked matches to play a ranked match."
  379. Ladder-Not-Found: "&cCould not find that ladder."
  380.  
  381. Party:
  382. Prefix: "&8[&bParty&8] &e"
  383. Party-Chat-Format: "&3(player)&7: (message)"
  384. Must-Be-In-Lobby: "&cYou must be in the lobby to join a party!"
  385. Already-Have-Party: "&cYou already have a party."
  386. Did-Not-Provide-Party: "&cYou did not provide a party to join."
  387. Party-Does-Not-Exist: "&cThat party doesn't exist."
  388. Party-Full: "&cThat party is full."
  389. Not-Invited: "&cYou have not been invited to that party."
  390. Did-Not-Provide-Party-Decline: "&cYou did not provide a party to decline."
  391. Declined-Invite: "&eYou have declined (party)'s invite."
  392. Did-Not-Provide-Party-Invite: "&cYou did not provide a player to invite."
  393. Does-Not-Have-Party: "&cYou do not have a party."
  394. Must-Be-Party-Leader-To-Invite: "&cYou must be the party leader to invite another player."
  395. Must-Be-Party-Leader-To-Send-Party-Duel-Request: "&cYou must be the party leader to send a party duel request to another party."
  396. Cannot-Invite-Yourself: "&cYou cannot invite yourself."
  397. Player-Not-Online: "&cThat player is not online."
  398. Player-Already-Invited: "&cThat player is already invited."
  399. Player-Already-In-Your-Party: "&cThat player is already in your party."
  400. Player-Is-Not-In-Your-Party: "&cThat player is not in your party."
  401. Player-Invited: "&e(player) has been invited to the party."
  402. Player-Invited-Target: "&e(player) has invited you to join their party. &c/party accept (player)"
  403. Did-Not-Provide-Player-Kick: "&cYou did not provide a player to kick."
  404. Must-Be-Leader-To-Kick: "&cYou must be the party leader to kick a player."
  405. Cannot-kick-Yourself: "&cYou cannot kick yourself."
  406. Player-Kick: "&eYou have been kicked from the party."
  407. Cannot-Leave-Try-Disband: "&cYou cannot leave your own party. Try using /party disband."
  408. Must-Be-Leader-To-Disband: "&cYou must be the party leader to disband."
  409. Could-Not-Find-Subcommand: "&cCould not find that sub-command. Use /party help."
  410. Party-Not-Available: "&cThat party is no longer available."
  411. Duel-Not-Available: "&cThat party is no longer available to be dueled."
  412. Sent-Party-Duel-Request: "&e(leader)'s party has sent your party a duel request. (accept)"
  413. Cannot-Send-Party-Duel-Request: "&cYou cannot send a party duel request without a party."
  414. Party-Duel-Not-Enough-Players: "&cThat party does not have enough players to join a party duel."
  415. Must-Have-Party: "&cYou must have a party to do that."
  416. Party-Of: "&6Party of: (leader)"
  417. Nobody-In-Party: "&cYou have nobody in your party."
  418. Party-Info-Players: "&6Players: &e"
  419.  
  420. Help:
  421. - "&6&m---*--------------------------------------*---"
  422. - "&6&l Party Help"
  423. - "&e /Party create » &fCreates a party."
  424. - "&e /Party disband » &fDisbands a party."
  425. - "&e /Party invite » &fInvites a player."
  426. - "&e /Party kick » &fRemoves a player."
  427. - "&e /Party accept » &fAccepts an invite."
  428. - "&e /Party decline » &fDeclines an invite."
  429. - "&e /Party info » &fShows info about party."
  430. - "&6&m---*--------------------------------------*---"
  431.  
  432. Party-Create: "&eYou have created a new party!"
  433. Party-Disband: "&eThe party has been disbanded by (player)."
  434. Party-Join: "&e(player) has joined the party."
  435. Party-Left: "&e(player) has left the party."
  436. Party-Kick: "&e(player) has been kicked from the party by (kickedByPlayer)."
  437. Not-Enough-Players: "&eYou need to have 3 players or more in your party."
  438. Too-Many-Players: "&eYou cannot have more then 2 players in your party."
  439. Too-Many-Players-8: "&cYou cannot have more than 8 players in your party to start."
  440. Not-In-Party: "&cYou must be in a party to open the event menu."
  441. Not-In-Match-Party: "&cYou must be in a match-party to open the event menu."
  442. Must-Be-In-Lobby: "&cYou must be in the lobby to open that menu."
  443. Cannot-Open-Menu: "&cYou cannot open that menu with a party."
  444.  
  445. Ladder:
  446. Default-Kit: "&6Default Kit"
  447. Custom-Kit: "&eCustom Kit (number)"
  448.  
  449. Saved-Ladder: "&eYou have saved the ladder &c(name)&e!"
  450. Removed-Ladder: "&eYou have deleted the ladder &c(name)&e!"
  451.  
  452. Death-Messages:
  453. Killed-Sword: "&c(player) &7has been slain by &a(killer)&7."
  454. Killed-Bow: "&c(player) &7has been shot by &a(killer)&7."
  455. Died: "&c(player) &7has been slain."
  456.  
  457. Commands:
  458. Not-Permission: "&cYou don't haver permission to execute this command."
  459. Blocked-Message: "&cYou cannot use this command in a match."
  460. Cannot-Find-Subcommand: "&cCould not find that sub-command."
  461. Player-Not-Online: "&cThat player is not online!"
  462.  
  463. Statistics:
  464. - " "
  465. - "&dStatistics of &5(player)"
  466. - "&6Global Rating&7: (globalRating)"
  467. - "&e(elo) Rating&7: (ladder)"
  468. - " "
  469. - "&eRanked Wins&7: (rankedWins)"
  470. - "&eRanked Losses&7: (rankedLosses)"
  471. - "&eUnranked Wins&7: (unrankedWins)"
  472. - "&eUnranked Losses&7: (unrankedLosses)"
  473. - " "
  474.  
  475. Spectate:
  476. Usage: "&cUsage: /Spectate (player)"
  477. Must-Be-In-Lobby: "&cYou must be in the lobby to spectate a match."
  478. Cannot-Have-Party: "&cYou cannot have a party while spectating a match."
  479. Player-Not-In-Match: "&cThat player is not in a match."
  480.  
  481. PartyDuel:
  482. Use-Party-List: "&cUse the party list menu to send party duel requests."
  483. Did-Not-Specify: "&cYou didn't specify a party to play."
  484. Queue-Or-Playing: "&cYour party is either in a queue or playing already."
  485. Party-Not-Available: "&cThat party is no longer available."
  486. Party-Not-Sent-Request: "&cThat party has not sent you a duel request."
  487. Party-Busy: "&cThat party is currently busy."
  488. Party-Accepted-Request: "&e(leader)'s party has accepted your party duel request."
  489. Your-Party-Accepted: "&eYour party has accepted (leader)'s party duel request."
  490.  
  491. Inventory:
  492. Usage: "&cUsage: /Inv (player)"
  493. Inventory-Not-Found: "&cThat inventory could not be found."
  494. Viewing-Inventory: "&eViewing the inventory of &c(player)&e..."
  495. Inventory-Not-Stored: "&cThat player's inventory has not been stored recently."
  496.  
  497. Duel:
  498. Usage: "&cUsage /Duel (player)"
  499. Accept-Usage: "&c&Duel accept (player)"
  500. Must-Be-In-Lobby: "You must be in the lobby and not queueing to accept a duel."
  501. Cannot-Have-Party: "&cYou cannot have a party while accepting duel requests."
  502. Player-Not-Sent-Duel-Request: "&cThat player has not sent you a duel request."
  503. Player-Busy: "&cThat player is currently busy."
  504. Cannot-Find-Available-Arena: "&cWe could not find an available arena."
  505. Cannot-Duel-Yourself: "&cYou cannot duel yourself."
  506. Party-Cannot-Send-Duel-Request: "&cYou cannot send a duel request while being in a party."
  507. Already-Sent-Duel-Request: "&cYou have already sent that player a duel request."
  508. Sent-Duel-Request: "&eYou have sent &b(player) &ea duel request."
  509. Received-Duel-Request: "&b(player) &ehas sent you a duel request to fight in the arena &b(arena)&e. (accept)"
  510. Player-Has-Disabled-Requests: "&c(player) has disabled duel requests!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement