Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.02 KB | None | 0 0
  1. ###########################################################################################
  2. # This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
  3. # the one at http://yaml-online-parser.appspot.com #
  4. ###########################################################################################
  5.  
  6. ---
  7. acidBottle: "Acid Bottle"
  8. acidBucket: "Acid Bucket"
  9. acidLore: |
  10. Do
  11. not drink!
  12. Beware!
  13.  
  14. adminDeleteIsland:
  15. error: "Use &ldeleteisland confirm &r&cto delete the island you are on."
  16. noid: "Cannot identify island."
  17. use: "Use &ldelete [name] &r&cto delete the player instead."
  18. adminHelp:
  19. add: "adds player to leader's team"
  20. addrange: "adds to or substracts from the island's protection range"
  21. clearreset: "resets the island reset limit for player"
  22. clearresetall: "resets the island reset limit for all players"
  23. cobblestats: "displays magic cobble generation stats"
  24. completeChallenge: "marks a challenge as complete"
  25. delete: "delete an island (removes blocks)."
  26. help: "Admin Commands:"
  27. info: "info for the given player"
  28. infoisland: "provide info on the nearest island"
  29. kick: "removes player from any team"
  30. level: "provide detailed island level report on player"
  31. listChallengeResets: "lists challenge reset schedules, if any"
  32. lock: "locks/unlocks player's island"
  33. purge: "delete inactive islands older than [TimeInDays]."
  34. purgeallowdisallow: "allow/disallow island to be purged if it meets purge criteria"
  35. purgeholes: "free up island holes for reuse"
  36. purgeunowned: "remove unowned islands"
  37. name: "set name of player's island"
  38. register: "set a player's island to your location"
  39. reload: "reload configuration from file."
  40. resetAllChallenges: "resets all of the player's challenges"
  41. resetChallenge: "marks a challenge as incomplete"
  42. resetChallengeForAll: "globally resets a challenge for every player with an optional repetition"
  43. resetname: "reset name of player's island"
  44. resetsign: "resets the sign you are looking at to the island owner"
  45. setbiome: "sets leader's island biome"
  46. setdeaths: "sets player's death count"
  47. setlanguage: "sets the default language and resets every player to that language"
  48. setrange: "changes the island's protection range"
  49. setspawn: "sets the island world spawn to a location close to you"
  50. settingsreset: "resets all islands to default protection settings"
  51. switch: "toggles protection bypass"
  52. teamChatSpy: "spy on team chats (on/off)"
  53. topTen: "manually update the top 10 list"
  54. topbreeders: "lists most populated islands currently loaded"
  55. tp: "teleport to a player's island"
  56. tpnether: "teleport to a player's nether island"
  57. unregister: "deletes a player without deleting the island blocks"
  58. adminInfo:
  59. bannedPlayers: "Banned players"
  60. errorNullTeamLeader: "Team leader should be null!"
  61. errorTeamMembersExist: "Player has team members, but shouldn't!"
  62. hoppers: "Island has [number] hoppers"
  63. islandLocation: "Island Location"
  64. isLocked: "Island is locked"
  65. isProtected: "Island is purge protected"
  66. isSpawn: "Island is spawn"
  67. isUnlocked: "Island is unlocked"
  68. isUnprotected: "Island is not purge protected"
  69. lastLogin: "Last login"
  70. maxSize: "Island max size (distance)"
  71. player: "Player"
  72. teamLeader: "Team Leader"
  73. teamMembers: "Team Members"
  74. title: "This is spawn island"
  75. unowned: "This island is not owned by anyone right now."
  76. adminLock:
  77. adminLockedIsland: "Admin locked your island"
  78. adminUnlockedIsland: "Admin unlocked your island"
  79. errorInGame: "Must use command in-game while on an island!"
  80. adminRegister:
  81. hadIsland: "[name] had an island at [location]"
  82. leadsTeam: "[name] leads a team. Kick players from it first."
  83. noIsland: "There is no known island in this area!"
  84. notSpawn: "You cannot take ownership of spawn!"
  85. taking: "Taking ownership away from [name]"
  86. adminResetChallengeForAll:
  87. error: "Format for repeat time must is [integer number][m/h/d] (minutes, hours, days), e.g. 5h"
  88. repeating: "Repeating [duration]"
  89. reset: "Reset [date]"
  90. adminResetSign:
  91. errorExists: "That warp sign is already active and owned by [name]"
  92. found: "Warp sign found!"
  93. noSign: "You must be looking at a sign post to run this command."
  94. rescued: "Warp sign rescued and assigned to [name]"
  95. adminReserve:
  96. islandExists: "There is an island here already! Register the player instead!"
  97. adminSetHome:
  98. homeSet: "Home set to [location]"
  99. noneFound: "No safe location found!"
  100. notOnPlayersIsland: "You are not on the player's island"
  101. notSafe: "That location is not safe"
  102. adminSetRange:
  103. invalid: "Invalid range!"
  104. set: "Set new range to [number]"
  105. tip: "Range must be between 10 to [max]"
  106. updated: "Island range updated to [number]"
  107. warning: "Warning - range is greater than island range [max]"
  108. warning2: "Overlapped islands will act like spawn!"
  109. adminSetSpawn:
  110. center: "Island center [location]"
  111. coords: "Protection coords [min] to [max]"
  112. limits: "Island limits [min] to [max]"
  113. locked: "Spawn is locked!"
  114. move: "Move further away or unregister the owner."
  115. ownedBy: "This island space is owned by [name]"
  116. range: "Protection range = [number]"
  117. set: "Set island spawn to your location."
  118. setting: "Setting island spawn to your location [location]"
  119. adminSwitch:
  120. op: "Ops can always bypass protection. Deop to use command."
  121. adding: "Adding protection bypass..."
  122. removing: "Removing protection bypass..."
  123. adminTeam:
  124. addLeaderNoIsland: "Team leader does not have their own island so cannot have a team!"
  125. addLeaderToOwn: "Cannot add a leader to their own team."
  126. addedLeader: "Added the leader to this team!"
  127. addingPlayer: "Adding player to team."
  128. alreadyOnTeam: "Player was already on this team!"
  129. kickLeader: "That player is a team leader. Remove team members first. Use '/[label] info [name]' to find team members."
  130. nowUnowned: "[name] had an island at [location] that will become unowned now. You may want to delete it manually."
  131. settingHome: "Setting player's home to the leader's home location"
  132. adminTopBreeders:
  133. checking: "Checking [number] islands..."
  134. finding: "Finding top breeders..."
  135. nothing: "No creatures found."
  136. adminTopTen:
  137. finished: "Finished generation of the Top Ten list"
  138. generating: "Generating the Top Ten list"
  139. adminTp:
  140. manualWarp: "No safe spot found. Manually warp to somewhere near [location]."
  141. adminUnregister:
  142. keepBlocks: "Removing player from world, but keeping island at [location]"
  143. onTeam: "Player is in a team - disband it first."
  144. ban:
  145. alreadybanned: "[name] este deja interzis!"
  146. banned: "Ai fost interzis de pe insula lui [name]!"
  147. fail: [name] nu poate fi interzis."
  148. helpBan: "Interzice accesul unui jucator pe insula ta."
  149. helpBanList: "Afiseaza toti jucatorii interzisi."
  150. helpUnban: "Permite accesul unui jucator pe insula."
  151. lifted: " Acum nu mai ai accesul interzis pe insula lui [name]!"
  152. liftedsuccess: "Ai permis accesul pe insula ta jucatorului [name]!"
  153. none: "Nmeni"
  154. notbanned: "[name] nu e interzis!"
  155. notteammember: "Nu poti interzice un membru din echipa!"
  156. notyourself: "Nu te poti interzice singur!"
  157. success: "[name] a fost interzis pe insula!"
  158. biome:
  159. help: "Deschide meniul cu biome-uri."
  160. paneltitle: "Selecteaza un biome."
  161. pleasewait: "Te rog sa astepti.."
  162. set: "A fost setat biome-ul [biome] cu succes!"
  163. unknown: "Biome neconoscut"
  164. youbought: "Cumparat cu succes!"
  165. boats:
  166. warning: "Nu poti parasi barca acum!"
  167. challenges:
  168. colors: "Provocarile vor avea diferite culori in functie de:"
  169. complete: "Completat"
  170. completeNotRepeatable: "Completat (nu se poate repeta)"
  171. completeRepeatable: "Completat (se poate repeta)"
  172. completedtimes: "Completat de [donetimes] ori din [maxtimes] incercari posibile"
  173. errorIslandLevel: "Insula ta trebuie sa aibe nivelul [level] pentru a putea completa aceasta provocare!"
  174. errorItemsNotThere: "Lucrurile necesare trebuie sa fie in apropierea ta!"
  175. errorNotCloseEnough: "Trebuie sa stai la un numar de [number] block-uri pentru toate itemele necesare."
  176. errorNotEnoughItems: "Nu ai toate itemele necesare"
  177. errorNotOnIsland: "Trebuie sa fii la tine pe insula ca sa poti face asta"
  178. errorRewardProblem: "There was a problem giving your reward. Ask Admin to check log!"
  179. erroryouaremissing: "You are missing"
  180. expReward: "Experienta"
  181. firstTimeRewards: "First time reward(s)"
  182. guititle: "Provocari"
  183. help1: "Foloseste /c <nume> pentru a vedea informatii despre o provocare."
  184. help2: "Foloseste /c complete <nume> pentru a termina acea provocare."
  185. incomplete: "Incomplet!"
  186. invalidChallengeName: "Nume gresit! Foloseste /c help pentru mai multe informatii"
  187. itemTakeWarning: "Toate obiectele necesare vor fi luate cand vei completa aceasta provocare!"
  188. level: "Nivel"
  189. maxreached: "Max reached [donetimes] out of [maxtimes]"
  190. moneyReward: "Bani"
  191. name: "Nume provocare"
  192. nameHasCompleted: "[name] a terminat provocarea [challenge]!"
  193. navigation: "Click ca sa vezi nivelul [level] provocarilor!"
  194. notRepeatable: "Aceasta provocare nu poate fi repetata!"
  195. repeatRewards: "Recompense repetate"
  196. rewards: "Recompense"
  197. toComplete: "Complete [challengesToDo] more [thisLevel] challenges to unlock this level!"
  198. toCompleteUse: "To complete this challenge, use"
  199. unknownChallenge: "Unknown challenge name (check spelling)!"
  200. youHaveCompleted: "You have completed the [challenge] challenge!"
  201. youHaveNotUnlocked: "You have not unlocked this challenge yet!"
  202. youRepeated: "You repeated the [challenge] challenge!"
  203. changingObsidiantoLava: "Changing obsidian back into lava. Be careful!"
  204. checkteam:
  205. checkingTeam: "Checking Team of [name]"
  206. completechallenge:
  207. challangeCompleted: "Challenge: [challengename] has been completed for [name]"
  208. errorChallengeDoesNotExist: "Challenge doesn't exist or is already completed"
  209. confirm:
  210. errorTimeLimitExpired: "Time limit expired! Issue command again."
  211. coop:
  212. cannotcoop: "Only island leader can coop a player."
  213. help: "give a player full access to your island"
  214. invited: "[name] made [player] a coop player!"
  215. nameHasInvitedYou: "[name] has invited you to coop on their island!"
  216. listcoops: "list coop players"
  217. madeyoucoopy: "[name] made you a coop player until he logs out or expels you."
  218. notincoop: "[name] is not in your coop!"
  219. onyourteam: "Player is already on your team!"
  220. removed: "[name] removed your coop status!"
  221. removesuccess: "[name] is no longer a coop player."
  222. success: "[name] is now a coop player until you log out, uncoop or expel him."
  223. uncoop: "remove full island access from player"
  224. useexpel: "Use expel or uncoop to remove."
  225. deaths:
  226. deaths: "Deaths"
  227. died: "died!"
  228. leveldeaths: "&c[[number] deaths]"
  229. delete:
  230. removing: "Removing [name]'s island."
  231. drankAcid: "drank acid."
  232. drankAcidAndDied: "just drank acid and died."
  233. error:
  234. blockedbyapi: "A plugin using the API blocked this action."
  235. commandNotReady: "You can't use that command right now."
  236. maxIslands: "The world is full of islands! Try again later!"
  237. noIsland: "You do not have an island!"
  238. noIslandOther: "That player does not have an island!"
  239. noPermission: "You don't have permission to use that command!"
  240. notABlock: "That is not a block"
  241. noTeam: "Player is not in a team."
  242. notOnIsland: "You are not in an island space!"
  243. offlinePlayer: "That player is offline or doesn't exist."
  244. tooLong: "Too long. Maximum size is [length]."
  245. tooShort: "Too short. Minimum size is [length]."
  246. unknownCommand: "Unknown command."
  247. unknownPlayer: "That player is unknown."
  248. useInGame: "This command must be used in-game."
  249. wrongWorld: "You cannot do that in this world."
  250. minishopDisabled: "Aceasta optiune este dezactivata."
  251. expel:
  252. expelled: "You were expelled from that island!"
  253. fail: "[name] cannot be expelled!"
  254. notonisland: "Player is not trespassing on your island!"
  255. notyourself: "You cannot expel yourself!"
  256. success: "You expelled [name]!"
  257. general:
  258. success: "Success!"
  259. invite:
  260. errorCantJoinIsland: "You couldn't join the island, maybe it's full."
  261. errorCoolDown: "You can invite that player again in [time] minutes"
  262. errorThatPlayerIsAlreadyInATeam: "That player is already in a team."
  263. errorYouCannotInviteYourself: "You can not invite yourself!"
  264. errorYouMustHaveIslandToInvite: "You must have an island in order to invite people to it!"
  265. errorYourIslandIsFull: "Your island is full, you can't invite anyone else."
  266. hasJoinedYourIsland: "[name] has joined your island!"
  267. help: "Use [/[label] invite <playername>] to invite a player to your island."
  268. inviteSentTo: "Invite sent to [name]"
  269. nameHasInvitedYou: "[name] has invited you to join their island!"
  270. onlyIslandOwnerCanInvite: "Only the leader can invite!"
  271. removingInvite: "Removing your previous invite."
  272. toAcceptOrReject: "to accept or reject the invite."
  273. warningYouWillLoseIsland: "WARNING: You will lose your current island if you accept!"
  274. youCanInvite: "You can invite [number] more players."
  275. youCannotInvite: "You can't invite any more players."
  276. youHaveJoinedAnIsland: "You have joined an island! Use /[label] team to see the other members."
  277. island:
  278. blockValue: "[name] placed here may be worth [value]"
  279. blockWorthless: "[name] is worthless"
  280. cannotTeleport: "You cannot teleport when falling!"
  281. donate: "Welcome to A SkyBlock by tastybento"
  282. donatecolor: "aqua"
  283. errorCouldNotCreateIsland: "Could not create your Island. Please contact a server moderator."
  284. errorInvalidPlayer: "That player is invalid or does not have an island!"
  285. errorLevelNotReady: "Can't use that command right now! Try again in a few seconds."
  286. errorYouDoNotHavePermission: "You do not have permission to use that command!"
  287. helpAcceptReject: "accept or reject an invitation."
  288. helpChallenges: "/challenges: &fshow challenges"
  289. helpColor: "&e"
  290. helpHeader: "[plugin] v[version] help:"
  291. helpControlPanel: "open the island GUI."
  292. helpExpel: "force a player from your island."
  293. helpInvite: "invite a player to join your island."
  294. helpIsland: "start an island, or teleport to your island."
  295. helpIslandSpawn: "go to spawn."
  296. helpKick: "remove a team player from your island."
  297. helpLeave: "leave another player's island."
  298. helpLevel: "calculate your island level"
  299. helpLevelPlayer: "see another player's island level."
  300. helpLock: "Locks island so visitors cannot enter it"
  301. helpMakeLeader: "transfer the island to <player>."
  302. helpName: "Set a name for your island"
  303. helpResetName: "reset your island name."
  304. helpRestart: "restart your island and remove the old one."
  305. helpSelectLanguage: "Select Language"
  306. helpSetHome: "set your teleport point for /[label]."
  307. helpSettings: "see island protection and game settings"
  308. helpTeam: "view your team information."
  309. helpTeleport: "teleport to your island."
  310. helpTop: "see the top ranked islands."
  311. helpValue: "see island level value of block in hand"
  312. helpWarp: "Warp to <player>'s welcome sign."
  313. helpWarps: "Lists all available welcome-sign warps."
  314. islandDeletedLifeboats: "Island deleted! Head to the lifeboats!"
  315. islandLevelis: "Island level is : [level]"
  316. new: "Creating a new island for you..."
  317. requiredPointsToNextLevel: "You need [points] more points to reach level [next]!"
  318. resetConfirm: "Type /[label] confirm within [seconds] seconds to delete your island and restart!"
  319. resetMustRemovePlayers: "You must remove all players from your island before you can restart it (/[label] kick <player>). See a list of players currently part of your island using /[label] team."
  320. resetNoMore: "No more resets are allowed for your island!"
  321. resetOnlyOwner: "Only the owner may restart this island. Leave this island in order to start your own (/[label] leave)."
  322. resetPleaseWait: "Please wait, generating new island"
  323. resetsLeft: "Resets left"
  324. resetTo: "Cleared reset limit"
  325. resetWait: "You have to wait [time] seconds before you can do that again."
  326. resetYouHave: "You have [number] resets left."
  327. subtitle: "by tastybento"
  328. subtitlecolor: "blue"
  329. teleport: "Teleporting you to your island. (/[label] help for more info)"
  330. title: "A SkyBlock"
  331. titlecolor: "gold"
  332. unlimited: "Unlimited"
  333. url: ""
  334. islandProtected: "Island protected."
  335. islandguardsettings:
  336. TNTdamage: "TNT Damage"
  337. allowed: "Allowed"
  338. aciddamage: "Acid damage"
  339. animalspawning: "Allow/Disallow Animal Spawning"
  340. anvil: "Visitor anvil use"
  341. armorstand: "Visitor armor stand use"
  342. beacon: "Visitor beacon use"
  343. bed: "Visitor bed use"
  344. breakblocks: "Visitor block breaking"
  345. breeding: "Visitor animal breeding"
  346. brewingstand: "Visitor potion brewing"
  347. bucket: "Visitor bucket use"
  348. collectlava: "Visitor lava collection"
  349. collectwater: "Visitor water collection"
  350. chest: "Visitor chest use"
  351. chestdamage: "Chest damage by TNT"
  352. chorusfruit: "Visitor chorus fruit use"
  353. creeperdamage: "Creeper damage"
  354. creepergriefing: "Creeper griefing"
  355. creeperpain: "Creeper explosions hurt"
  356. croptrample: "Visitor crop trample"
  357. disallowed: "Disallowed"
  358. door: "Visitor door use"
  359. eggs: "Visitor egg throwing"
  360. enchantingtable: "Visitor enchanting"
  361. enderpearl: "Visitor enderpearl use"
  362. fire: "Fire"
  363. fireextinguish: "Visitor fire extinguish"
  364. firespread: "Fire spread"
  365. furnace: "Visitor furnace use"
  366. gate: "Visitor gate use"
  367. horseinventoryaccess: "Visitor horse inventory access"
  368. horseriding: "Visitor horse riding"
  369. hurtanimals: "Visitor animal hurting"
  370. hurtmonsters: "Visitor monster hurting"
  371. joinleaveislandmessages: "Enter/exit island messages"
  372. jukebox: "Visitor jukebox use"
  373. leash: "Visitor leash use"
  374. lever: "Visitor lever or button use"
  375. milking: "Visitor cow milking"
  376. monsterspawning: "Allow/Disallow Monster Spawning"
  377. netherpvp: "Nether PvP"
  378. placeblocks: "Visitor block placing"
  379. portaluse: "Visitor portal use"
  380. pressureplate: "Visitors activate pressure plates"
  381. pvp: "PvP"
  382. redstone: "Visitor redstone use"
  383. settingsgeneraltitle: "World Settings"
  384. settingsgeneraldesc: "General Island World Settings"
  385. settingsislandtitle: "Island Settings"
  386. settingsislanddesc: "Settings for this island"
  387. settingsspawntitle: "Spawn Settings"
  388. settingsspawndesc: "These rules apply at spawn"
  389. shears: "Visitor sheep shearing"
  390. spawnegg: "Spawn egg use"
  391. teleportwhenfalling: "Teleport when falling"
  392. title: "Island Guard Settings"
  393. villagertrading: "Visitor villager trading"
  394. visitordrop: "Visitor item drop"
  395. visitorkeepitems: "Visitors keep items on death"
  396. visitorpickup: "Visitor item pick-up"
  397. withergriefing: "Wither griefing"
  398. workbench: "Visitor workbench use"
  399. kick:
  400. errorNoTeam: "You do not have a team!"
  401. errorNotPartOfTeam: "That player is not part of your island team!"
  402. errorOnlyLeaderCan: "Only the leader can kick people off the island!"
  403. errorPlayerNotInTeam: "That player is not in your team!"
  404. nameRemoved: "[name] has been removed from the island."
  405. nameRemovedYou: "[name] has removed you from their island!"
  406. lavaTip: "Tip: If obsidian was not intended, it can be scooped back up again with a bucket."
  407. leave:
  408. canceled: "Leave canceled"
  409. errorLeadersCannotLeave: "Leaders cannot leave an island. Make someone else the leader first."
  410. errorYouAreTheLeader: "You cannot leave because you are the leader. Make someone the leader first."
  411. errorYouCannotLeaveIsland: "You can't leave your island if you are the only person. Try restart if you want a new one!"
  412. errorYouMustBeInWorld: "You must be in the island world to leave your team!"
  413. nameHasLeftYourIsland: "[name] has left your island!"
  414. warning: "Are you sure you want to leave the team? Type '[label] leave' again to confirm."
  415. youHaveLeftTheIsland: "You have left the island and returned to the player spawn."
  416. level:
  417. calculating: "Calculating island level. This will take a few seconds..."
  418. errornotYourIsland: "Only the leader can do that."
  419. islandLevel: "Island level"
  420. lock:
  421. enteringspawn: "Entering Spawn"
  422. islandlocked: "Island is locked to visitors"
  423. leavingspawn: "Leaving Spawn"
  424. locking: "Locking island"
  425. nowentering: "Now entering [name]'s island"
  426. nowleaving: "Now leaving [name]'s island"
  427. unlocking: "Unlocking island"
  428. makeleader:
  429. errorGeneralError: "Could not change leaders."
  430. errorNotYourIsland: "This isn't your island, so you can't give it away!"
  431. errorPlayerMustBeOnline: "That player must be online to transfer the island."
  432. errorRemoveAllPlayersFirst: "Remove all players from your team other than the player you are transferring to."
  433. errorThatPlayerIsNotInTeam: "That player is not part of your island team!"
  434. errorYouMustBeInTeam: "You must be in a team to transfer your island."
  435. nameIsNowTheOwner: "[name] is now the owner of your island!"
  436. youAreNowTheOwner: "You are now the owner of your island."
  437. minishop:
  438. buy: "Buy(Left click)"
  439. buyproblem: "There was a problem purchasing [description]"
  440. islandhelpMiniShop: "Opens the MiniShop"
  441. outofstock: "Out Of Stock"
  442. sell: "Sell(Right click)"
  443. sellproblem: "You do not have enough [description] to sell."
  444. title: "&EMiniShop"
  445. youbought: "You bought [number] [description] for [price]"
  446. youcannotafford: "You cannot afford [description]!"
  447. yousold: "You sold [number] [description] for [price]"
  448. moblimits:
  449. entity: "Island [entity] limit of [number] reached!"
  450. error: "Island animal breeding limit of [number] reached!"
  451. hopper: "Island hopper limit of [number] reached!"
  452. villager: "Island villager breeding limit of [number] reached!"
  453. nether:
  454. spawnisprotected: "The Nether spawn area is protected."
  455. news:
  456. headline: "[A Skyblock News] While you were offline..."
  457. purge:
  458. acidFound: "There are [number] unowned islands. Do '/acid purge unowned confirm' to delete them within 20 seconds."
  459. allowPurge: "Purge protection removed"
  460. alreadyRunning: "Purge is already running, please wait for it to finish!"
  461. calculating: "Calculating which islands have been inactive for more than [time] days."
  462. countingUnowned: "Counting unowned islands and checking player files. This could take some time..."
  463. finished: "Finished purging of inactive islands."
  464. maxPurge: "Max purge is [number] islands. Run purge again afterwards to purge more."
  465. noneFound: "No inactive islands to remove."
  466. nowWaiting: "Now waiting..."
  467. preventPurge: "Island is protected from purging"
  468. purgeCancelled: "Purge cancelled."
  469. removingAt: "Removing island at location [location]"
  470. removingName: "Purge: Removing [name]'s island"
  471. skyblockFound: "There are [number] unowned islands. Do '/asadmin purge unowned confirm' to delete them within 20 seconds."
  472. stillChecking: "Still checking player files..."
  473. thisWillRemove: "[number] inactive islands found. Islands with level < [level] will be removed."
  474. estimatedRunTime: "Estimated run time is : [time]."
  475. typeConfirm: "Type /[label] confirm to proceed within 10 seconds"
  476. usage: "Usage: /[label] purge [TimeInDays]"
  477. warning: "DANGER! Do not run this with players on the server! MAKE BACKUP OF WORLD!"
  478. register:
  479. errorBedrockNotFound: "Could not register the island!"
  480. settingIsland: "Set [name]'s island to the nearest island."
  481. reject:
  482. nameHasRejectedInvite: "[name] has rejected your island invite!"
  483. youHaveNotBeenInvited: "You had not been invited to join a team."
  484. youHaveRejectedInvitation: "You have rejected the invitation to join an island."
  485. reload:
  486. configReloaded: "Configuration reloaded from file."
  487. resetallchallenges:
  488. success: "[name] has had all challenges reset."
  489. resetchallenge:
  490. challengeReset: "Challenge: [challengename] has been reset for [name]"
  491. errorChallengeDoesNotExist: "Challenge doesn't exist or isn't yet completed"
  492. schematics:
  493. title: "Select island..."
  494. sethome:
  495. errorNoIsland: "You are not part of an island. Returning you the spawn area!"
  496. errorNotOnIsland: "You must be within your island boundaries to set home!"
  497. errorNumHomes: "Homes can be 1 to [max]"
  498. homeSet: "Your island home has been set to your current location."
  499. settingsReset:
  500. done: "Done."
  501. inprogress: "Protection settings being reset, please wait..."
  502. sign:
  503. line1: "&1[A Skyblock]"
  504. line2: "[player]"
  505. line3: "Do not fall!"
  506. line4: "Beware!"
  507. sign-acidisland:
  508. line1: "&1[AcidIsland]"
  509. line2: "[player]"
  510. line3: "Water is acid!"
  511. line4: "Beware!"
  512. targetInPVPArea: "Target is in a no-PVP area!"
  513. team:
  514. listingMembers: "Listing your island members"
  515. teamchat:
  516. helpChat: "turn on/off team chat"
  517. noTeam: "You are not in a team!"
  518. noTeamAround: "None of your team are online!"
  519. prefix: "[Team Chat]<{ISLAND_PLAYER}> "
  520. spyoff: "Team chat spy off"
  521. spyon: "Team chat spy on"
  522. statusOff: "Team chat is off"
  523. statusOn: "Team chat is on"
  524. topTen:
  525. errorExcluded: "FYI: You are excluded from the top ten as you do not have [perm]"
  526. errorNotReady: "Top ten list not generated yet!"
  527. guiHeading: "&E&L<!> Island: &6&N[name]&7 (#[rank])"
  528. guiTitle: "Top 10 Islands"
  529. header: "These are the Top 10 islands:"
  530. visitors:
  531. protected: "Visitors protected"
  532. warps:
  533. deactivate: "Deactivating old sign!"
  534. errorDoesNotExist: "That warp doesn't exist!"
  535. errorDuplicate: "Sorry! There is a sign already in that location!"
  536. errorNoPerm: "You do not have permission to place Welcome Signs yet!"
  537. errorNoPlace: "You must be on your island to place a Welcome Sign!"
  538. errorNoRemove: "You can only remove your own Welcome Sign!"
  539. errorNoWarpsYet: "There are no warps available yet!"
  540. errorNotReadyYet: "That warp is not ready yet. Try again later."
  541. errorNotSafe: "That warp is not safe right now. Try again later."
  542. errorNotEnoughLevel: "You do not have enough island levels to create a Welcome Sign!"
  543. next: "Next"
  544. playerWarped: "[name] &2warped to your island!"
  545. previous: "Previous"
  546. removed: "Welcome sign removed!"
  547. signRemoved: "Your welcome sign was removed!"
  548. success: "Welcome sign placed successfully!"
  549. title: "Island warps"
  550. warpTip: "Create a warp by placing a sign with [WELCOME] at the top."
  551. warpToPlayersSign: "Warping to <player>'s welcome sign."
  552. warpsAvailable: "The following warps are available"
  553. welcomeLine: "[WELCOME]"
  554. needRelog: "Trebuie sa reintri pentru a putea vedea schimbarile."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement