mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-18 08:45:19 +01:00
646 lines
29 KiB
YAML
Executable File
646 lines
29 KiB
YAML
Executable File
###########################################################################################
|
|
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
|
|
# the one at http://yaml-online-parser.appspot.com #
|
|
###########################################################################################
|
|
|
|
### Credits ###
|
|
# Tastybento: maintainer
|
|
# Poslovitch: maintainer
|
|
#
|
|
# This translation is adapted to version : [alpha-0.0.1]
|
|
|
|
general:
|
|
deaths: "Deaths"
|
|
unlimited: "Unlimited"
|
|
success: "Success!"
|
|
errors:
|
|
no-permission: "You don't have permission to execute this command."
|
|
use-in-game: "This command is only available in game."
|
|
no-team: "You do not have a team!"
|
|
no-island: "You do not have an island!"
|
|
already-have-island: "You already have an island!"
|
|
no-safe-location: "No safe location found on island!"
|
|
not-leader: "You are not the leader of your island!"
|
|
offline-player: "That player is offline or doesn't exist."
|
|
unknown-player: "Unknown player!"
|
|
general: "That command is not ready yet - contact admin"
|
|
|
|
help:
|
|
admin:
|
|
delete: "delete an island (removes blocks)"
|
|
team:
|
|
command: "info/makeleader/add/kick/delete - admin teams"
|
|
info: "info <player> - show info player's team"
|
|
makeleader: "makeleader <player> - make player the leader of a team"
|
|
add: "add <player1> <player2> - add player1 to player2's team"
|
|
kick: "kick <player> - remove player from team"
|
|
delete: "delete <player> - kicks all players from team leaving just the leader"
|
|
header: "&7=========== BSKYBLOCK ==========="
|
|
syntax: " &7/&b[label] &c[command] &a[args] &7: &e[info]"
|
|
syntax-alias-separator: "/"
|
|
end: "&7================================="
|
|
this: "this help"
|
|
island:
|
|
about: "display info about %bsb_plugin_name%"
|
|
go: "teleport you to your island"
|
|
go-homes: "teleport you to the specified home"
|
|
spawn: "teleport you to the spawn"
|
|
create: "create an island"
|
|
info: "display info about your island"
|
|
controlpanel: "open the island GUI or toggle it"
|
|
reset: "restart your island and remove the old one"
|
|
sethome: "set your teleport point for /island"
|
|
name: "set a name for your island"
|
|
resetname: "reset your island name"
|
|
team: "display detailed info about your team"
|
|
invite: "invite a player to join your island"
|
|
uninvite: "cancel the pending invite to join your island"
|
|
leave: "leave your island"
|
|
kick: "remove a member from your island"
|
|
accept: "accept an invitation"
|
|
reject: "reject an invitation"
|
|
makeleader: "transfer the island ownership to a member"
|
|
expel: "expel a visitor from your island"
|
|
ban: "ban a player from your island"
|
|
unban: "unban a player from your island"
|
|
banlist: "list banned players"
|
|
trust: "give a player full access to your island"
|
|
untrust: "remove full island access from player"
|
|
trustlist: "list players who have full access to your island"
|
|
coop: "give a player a temporary access to your island"
|
|
uncoop: "remove temporary island access from player"
|
|
cooplist: "list players who have temporary access to your island"
|
|
lock: "lock/unlock your island so visitors cannot enter it"
|
|
settings: "display island settings"
|
|
language: "select language"
|
|
|
|
sethome:
|
|
error:
|
|
NumHomes: "Homes can be 1 to [max]"
|
|
NotOnIsland: "You must be within your island boundaries to set home!"
|
|
homeSet: "Your island home has been set to your current location."
|
|
|
|
# TODO: These are legacy strings and should be converted to a better format but will do for now
|
|
acidBottle: "Acid Bottle"
|
|
acidBucket: "Acid Bucket"
|
|
acidLore: |
|
|
Do
|
|
not drink!
|
|
Beware!
|
|
admin:
|
|
errors:
|
|
no-team: "Player does not have a team!"
|
|
no-island: "Player does not have an island!"
|
|
already-have-island: "Player already has an island!"
|
|
team:
|
|
error:
|
|
already-a-leader: "Player is already a leader"
|
|
alreadyInTeam: "Those players are already in the same team!"
|
|
player-is-a-team-leader: "Error: player is team leader."
|
|
adminDeleteIsland:
|
|
error: "Use &ldeleteisland confirm &r&cto delete the island you are on."
|
|
noid: "Cannot identify island."
|
|
use: "Use &ldelete [name] &r&cto delete the player instead."
|
|
adminHelp:
|
|
add: "adds player to leader's team"
|
|
addrange: "adds to or substracts from the island's protection range"
|
|
clearreset: "resets the island reset limit for player"
|
|
clearresetall: "resets the island reset limit for all players"
|
|
cobblestats: "displays magic cobble generation stats"
|
|
completeChallenge: "marks a challenge as complete"
|
|
delete: "delete an island (removes blocks)."
|
|
help: "Admin Commands:"
|
|
info: "info for the given player"
|
|
infoisland: "provide info on the nearest island"
|
|
kick: "removes player from any team"
|
|
level: "provide detailed island level report on player"
|
|
listChallengeResets: "lists challenge reset schedules, if any"
|
|
lock: "locks/unlocks player's island"
|
|
purge: "delete inactive islands older than [TimeInDays]."
|
|
purgeallowdisallow: "allow/disallow island to be purged if it meets purge criteria"
|
|
purgeholes: "free up island holes for reuse"
|
|
purgeunowned: "remove unowned islands"
|
|
name: "Set name of player's island"
|
|
register: "set a player's island to your location"
|
|
reload: "reload configuration from file."
|
|
resetAllChallenges: "resets all of the player's challenges"
|
|
resetChallenge: "marks a challenge as incomplete"
|
|
resetChallengeForAll: "globally resets a challenge for every player with an optional repetition"
|
|
resetname: "Reset name of player's island"
|
|
resetsign: "Resets the sign you are looking at to the island owner"
|
|
setbiome: "sets leader's island biome"
|
|
setdeaths: "sets player's death count"
|
|
setlanguage: "sets the default language and resets every player to that language"
|
|
setrange: "changes the island's protection range"
|
|
setspawn: "sets the island world spawn to a location close to you"
|
|
settingsreset: "Resets all islands to default protection settings"
|
|
teamChatSpy: "Spy on team chats (on/off)"
|
|
topTen: "manually update the top 10 list"
|
|
topbreeders: "lists most populated islands currently loaded"
|
|
tp: "Teleport to a player's island"
|
|
tpnether: "Teleport to a player's nether island"
|
|
unregister: "deletes a player without deleting the island blocks"
|
|
adminInfo:
|
|
bannedPlayers: "Banned players"
|
|
errorNullTeamLeader: "Team leader should be null!"
|
|
errorTeamMembersExist: "Player has team members, but shouldn't!"
|
|
hoppers: "Island has [number] hoppers"
|
|
islandLocation: "Island Location"
|
|
isLocked: "Island is locked"
|
|
isProtected: "Island is purge protected"
|
|
isSpawn: "Island is spawn"
|
|
isUnlocked: "Island is unlocked"
|
|
isUnprotected: "Island is not purge protected"
|
|
lastLogin: "Last login"
|
|
maxSize: "Island max size (distance)"
|
|
player: "Player"
|
|
resetsLeft: "Resets left"
|
|
teamLeader: "Team Leader"
|
|
teamMembers: "Team Members"
|
|
title: "This is spawn island"
|
|
unowned: "This island is not owned by anyone right now."
|
|
adminLock:
|
|
adminLockedIsland: "Admin locked your island"
|
|
adminUnlockedIsland: "Admin unlocked your island"
|
|
errorInGame: "Must use command in-game while on an island!"
|
|
adminRegister:
|
|
hadIsland: "[name] had an island at [location]"
|
|
leadsTeam: "[name] leads a team. Kick players from it first."
|
|
noIsland: "There is no known island in this area!"
|
|
notSpawn: "You cannot take ownership of spawn!"
|
|
taking: "Taking ownership away from [name]"
|
|
adminResetChallengeForAll:
|
|
error: "Format for repeat time must is [integer number][m/h/d] (minutes, hours, days), e.g. 5h"
|
|
repeating: "Repeating [duration]"
|
|
reset: "Reset [date]"
|
|
adminResetSign:
|
|
errorExists: "That warp sign is already active and owned by [name]"
|
|
found: "Warp sign found!"
|
|
noSign: "You must be looking at a sign post to run this command."
|
|
rescued: "Warp sign rescued and assigned to [name]"
|
|
adminReserve:
|
|
islandExists: "There is an island here already! Register the player instead!"
|
|
adminSetHome:
|
|
homeSet: "Home set to [location]"
|
|
noneFound: "No safe location found!"
|
|
notOnPlayersIsland: "You are not on the player's island"
|
|
notSafe: "That location is not safe"
|
|
adminSetRange:
|
|
invalid: "Invalid range!"
|
|
set: "Set new range to [number]"
|
|
tip: "Range must be between 10 to [max]"
|
|
updated: "Island range updated to [number]"
|
|
warning: "Warning - range is greater than island range [max]"
|
|
warning2: "Overlapped islands will act like spawn!"
|
|
adminSetSpawn:
|
|
center: "Island center [location]"
|
|
coords: "Protection coords [min] to [max]"
|
|
limits: "Island limits [min] to [max]"
|
|
locked: "Spawn is locked!"
|
|
move: "Move further away or unregister the owner."
|
|
ownedBy: "This island space is owned by [name]"
|
|
range: "Protection range = [number]"
|
|
set: "Set island spawn to your location."
|
|
setting: "Setting island spawn to your location [location]"
|
|
adminTeam:
|
|
addLeaderNoIsland: "Team leader does not have their own island so cannot have a team!"
|
|
addLeaderToOwn: "Cannot add a leader to their own team."
|
|
addedLeader: "Added the leader to this team!"
|
|
addingPlayer: "Adding player to team."
|
|
alreadyOnTeam: "Player was already on this team!"
|
|
kickLeader: "That player is a team leader. Remove team members first. Use '/[label] info [name]' to find team members."
|
|
nowUnowned: "[name] had an island at [location] that will become unowned now. You may want to delete it manually."
|
|
settingHome: "Setting player's home to the leader's home location"
|
|
adminTopBreeders:
|
|
checking: "Checking [number] islands..."
|
|
finding: "Finding top breeders..."
|
|
nothing: "No creatures found."
|
|
adminTopTen:
|
|
finished: "Finished generation of the Top Ten list"
|
|
generating: "Generating the Top Ten list"
|
|
adminTp:
|
|
manualWarp: "No safe spot found. Manually warp to somewhere near [location]."
|
|
adminUnregister:
|
|
keepBlocks: "Removing player from world, but keeping island at [location]"
|
|
onTeam: "Player is in a team - disband it first."
|
|
ban:
|
|
alreadybanned: "[name] is already banned!"
|
|
banned: "You are banned from [name]'s island!"
|
|
fail: "[name] cannot be banned!"
|
|
helpBan: "ban a player from your island."
|
|
helpBanList: "list banned players."
|
|
helpUnban: "un-ban a player from your island."
|
|
lifted: "Ban lifted from [name]'s island!"
|
|
liftedsuccess: "Ban lifted for [name]!"
|
|
none: "None"
|
|
notbanned: "[name] is not banned!"
|
|
notteammember: "You cannot ban a team member!"
|
|
notyourself: "You cannot do that to yourself!"
|
|
success: "[name] is banned from the island!"
|
|
biome:
|
|
help: "open the biomes GUI."
|
|
paneltitle: "Select A Biome"
|
|
set: "Island biome set to [biome]!"
|
|
unknown: "Unknown biome!"
|
|
youbought: "Purchased for [cost]!"
|
|
boats:
|
|
warning: "It's unsafe to exit the boat right now..."
|
|
challenges:
|
|
colors: "Challenges will have different colors depending on if they are:"
|
|
complete: "Complete"
|
|
completeNotRepeatable: "Completed(not repeatable)"
|
|
completeRepeatable: "Completed(repeatable)"
|
|
completedtimes: "Completed [donetimes] out of [maxtimes]"
|
|
errorIslandLevel: "Your island must be level [level] to complete this challenge!"
|
|
errorItemsNotThere: "All required items must be close to you on your island!"
|
|
errorNotCloseEnough: "You must be standing within [number] blocks of all required items."
|
|
errorNotEnoughItems: "You do not have enough required item(s)"
|
|
errorNotOnIsland: "You must be on your island to do that!"
|
|
errorRewardProblem: "There was a problem giving your reward. Ask Admin to check log!"
|
|
erroryouaremissing: "You are missing"
|
|
expReward: "Exp reward"
|
|
firstTimeRewards: "First time reward(s)"
|
|
guititle: "BSkyBlock Challenges"
|
|
help1: "Use /c <name> to view information about a challenge."
|
|
help2: "Use /c complete <name> to attempt to complete that challenge."
|
|
incomplete: "Incomplete"
|
|
invalidChallengeName: "Invalid challenge name! Use /c help for more information"
|
|
itemTakeWarning: "All required items are taken when you complete this challenge!"
|
|
level: "Level"
|
|
maxreached: "Max reached [donetimes] out of [maxtimes]"
|
|
moneyReward: "Money reward"
|
|
name: "Challenge Name"
|
|
nameHasCompleted: "[name] has completed the [challenge] challenge!"
|
|
navigation: "Click to see [level] challenges!"
|
|
notRepeatable: "This Challenge is not repeatable!"
|
|
repeatRewards: "Repeat reward(s)"
|
|
rewards: "Reward(s)"
|
|
toComplete: "Complete [challengesToDo] more [thisLevel] challenges to unlock this level!"
|
|
toCompleteUse: "To complete this challenge, use"
|
|
unknownChallenge: "Unknown challenge name (check spelling)!"
|
|
youHaveCompleted: "You have completed the [challenge] challenge!"
|
|
youHaveNotUnlocked: "You have not unlocked this challenge yet!"
|
|
youRepeated: "You repeated the [challenge] challenge!"
|
|
changingObsidiantoLava: "Changing obsidian back into lava. Be careful!"
|
|
checkteam:
|
|
checkingTeam: "Checking Team of [name]"
|
|
completechallenge:
|
|
challangeCompleted: "Challenge: [challengename] has been completed for [name]"
|
|
errorChallengeDoesNotExist: "Challenge doesn't exist or is already completed"
|
|
confirm:
|
|
errorTimeLimitExpired: "Time limit expired! Issue command again."
|
|
coop:
|
|
cannotcoop: "Only island leader can coop a player."
|
|
help: "give a player full access to your island"
|
|
invited: "[name] made [player] a coop player!"
|
|
listcoops: "list coop players"
|
|
madeyoucoopy: "[name] made you a coop player!"
|
|
notincoop: "[name] is not in your coop!"
|
|
onyourteam: "Player is already on your team!"
|
|
removed: "[name] removed your coop status!"
|
|
removesuccess: "[name] is no longer a coop player."
|
|
success: "[name] is now a coop player until they log out or you uncoop or expel them."
|
|
uncoop: "remove full island access from player"
|
|
useexpel: "Use expel or uncoop to remove."
|
|
deaths:
|
|
deaths: "Deaths"
|
|
died: "died!"
|
|
leveldeaths: "&c[[number] deaths]"
|
|
delete:
|
|
removing: "Removing [name]'s island."
|
|
drankAcid: "drank acid."
|
|
drankAcidAndDied: "just drank acid and died."
|
|
error:
|
|
blockedbyapi: "A plugin using the API blocked this action."
|
|
commandNotReady: "You can't use that command right now."
|
|
maxIslands: "The world is full of islands! Try again later!"
|
|
noIsland: "You do not have an island!"
|
|
noIslandOther: "That player does not have an island!"
|
|
noPermission: "You don't have permission to use that command!"
|
|
notABlock: "That is not a block"
|
|
noTeam: "Player is not in a team."
|
|
notOnIsland: "You are not in an island space!"
|
|
offlinePlayer: "That player is offline or doesn't exist."
|
|
tooLong: "Too long. Maximum size is [length]."
|
|
tooShort: "Too short. Minimum size is [length]."
|
|
unknownCommand: "Unknown command."
|
|
unknownPlayer: "That player is unknown."
|
|
useInGame: "This command must be used in-game."
|
|
wrongWorld: "You cannot do that in this world."
|
|
minishopDisabled: "Minishop is disabled."
|
|
expel:
|
|
expelled: "You were expelled from that island!"
|
|
fail: "[name] cannot be expelled!"
|
|
notonisland: "Player is not trespassing on your island!"
|
|
notyourself: "You cannot expel yourself!"
|
|
success: "You expelled [name]!"
|
|
invite:
|
|
error:
|
|
CantJoinIsland: "You couldn't join the island, maybe it's full."
|
|
CoolDown: "You can invite that player again in [time] minutes"
|
|
InvalidInvite: "That invite is no longer valid, sorry."
|
|
NoOneInvitedYou: "No one invited you"
|
|
ThatPlayerIsAlreadyInATeam: "That player is already in a team."
|
|
YouAreAlreadyOnATeam: "You are already on a team!"
|
|
YouCannotInviteYourself: "You can not invite yourself!"
|
|
YouMustHaveIslandToInvite: "You must have an island in order to invite people to it!"
|
|
YourIslandIsFull: "Your island is full, you can't invite anyone else."
|
|
hasJoinedYourIsland: "[name] has joined your island!"
|
|
help: "Use [/[label] invite <playername>] to invite a player to your island."
|
|
inviteSentTo: "Invite sent to [name]"
|
|
nameHasInvitedYou: "[name] has invited you to join their island!"
|
|
nameHasUninvitedYou: "[name] has removed the invite to join their island!"
|
|
onlyIslandOwnerCanInvite: "Only the leader can invite!"
|
|
removingInvite: "Removing your previous invite."
|
|
toAcceptOrReject: "to accept or reject the invite."
|
|
warningYouWillLoseIsland: "WARNING: You will lose your current island if you accept!"
|
|
youCanInvite: "You can invite [number] more players."
|
|
youCannotInvite: "You can't invite any more players."
|
|
youHaveJoinedAnIsland: "You have joined an island! Use /[label] team to see the other members."
|
|
island:
|
|
blockValue: "[name] placed here may be worth [value]"
|
|
blockWorthless: "[name] is worthless"
|
|
cannotTeleport: "You cannot teleport when falling!"
|
|
donate: "Welcome to A SkyBlock by tastybento"
|
|
donatecolor: "aqua"
|
|
error:
|
|
CouldNotCreateIsland: "Could not create your Island. Please contact a server moderator."
|
|
InvalidPlayer: "That player is invalid or does not have an island!"
|
|
LevelNotReady: "Can't use that command right now! Try again in a few seconds."
|
|
YouDoNotHavePermission: "You do not have permission to use that command!"
|
|
YouAlreadyHaveAnIsland: "You already have an island!"
|
|
help:
|
|
AcceptReject: "accept or reject an invitation."
|
|
Challenges: "/challenges: &fshow challenges"
|
|
Color: "&e"
|
|
ControlPanel: "open the island GUI."
|
|
Expel: "force a player from your island."
|
|
Invite: "invite a player to join your island."
|
|
Island: "start an island, or teleport to your island."
|
|
IslandSpawn: "go to spawn."
|
|
Kick: "remove a team player from your island."
|
|
Leave: "leave another player's island."
|
|
Level: "calculate your island level"
|
|
LevelPlayer: "see another player's island level."
|
|
Lock: "Locks island so visitors cannot enter it"
|
|
MakeLeader: "transfer the island to <player>."
|
|
Name: "Set a name for your island"
|
|
ResetName: "reset your island name."
|
|
Restart: "restart your island and remove the old one."
|
|
SelectLanguage: "Select Language"
|
|
SetHome: "set your teleport point for /[label]."
|
|
Settings: "see island protection and game settings"
|
|
Team: "view your team information."
|
|
Teleport: "teleport to your island."
|
|
Top: "see the top ranked islands."
|
|
Value: "see island level value of block in hand"
|
|
Warp: "Warp to <player>'s welcome sign."
|
|
Warps: "Lists all available welcome-sign warps."
|
|
islandDeletedLifeboats: "Island deleted! Head to the lifeboats!"
|
|
islandLevelis: "Island level is"
|
|
new: "Creating a new island for you..."
|
|
protected: "Island protected."
|
|
requiredPointsToNextLevel: "You need [points] more points to reach level [next]!"
|
|
reset:
|
|
Confirm: "Type /[label] confirm within [seconds] seconds to delete your island and restart!"
|
|
MustRemovePlayers: "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."
|
|
NoMore: "No more resets are allowed for your island!"
|
|
OnlyOwner: "Only the owner may restart this island. Leave this island in order to start your own (/[label] leave)."
|
|
PleaseWait: "Please wait, generating new island"
|
|
Left: "Resets left"
|
|
To: "Cleared reset limit"
|
|
Wait: "You have to wait [time] seconds before you can do that again."
|
|
YouHave: "You have [number] resets left."
|
|
sign:
|
|
line0: "Welcome!"
|
|
line1: "[player]"
|
|
line2: ""
|
|
line3: ""
|
|
subtitle: "by tastybento"
|
|
subtitlecolor: "blue"
|
|
teleport: "Teleporting you to your island. (/[label] help for more info)"
|
|
teleported: "Teleported to home #[number]"
|
|
title: "BSkyBlock"
|
|
titlecolor: "gold"
|
|
unlimited: "Unlimited"
|
|
url: ""
|
|
islandguardsettings:
|
|
TNTdamage: "TNT Damage"
|
|
allowed: "Allowed"
|
|
aciddamage: "Acid damage"
|
|
animalspawning: "Allow/Disallow Animal Spawning"
|
|
anvil: "Visitor anvil use"
|
|
armorstand: "Visitor armor stand use"
|
|
beacon: "Vistor beacon use"
|
|
bed: "Visitor bed use"
|
|
breakblocks: "Vistor block breaking"
|
|
breeding: "Vistor animal breeding"
|
|
brewingstand: "Visitor potion brewing"
|
|
bucket: "Visitor bucket use"
|
|
collectlava: "Visitor lava collection"
|
|
collectwater: "Visitor water collection"
|
|
chest: "Visitor chest use"
|
|
chestdamage: "Chest damage by TNT"
|
|
chorusfruit: "Visitor chorus fruit use"
|
|
creeperdamage: "Creeper damage"
|
|
creepergriefing: "Creeper griefing"
|
|
creeperpain: "Creeper explosions hurt"
|
|
croptrample: "Visitor crop trample"
|
|
disallowed: "Disallowed"
|
|
door: "Visitor door use"
|
|
eggs: "Visitor egg throwing"
|
|
enchantingtable: "Visitor enchanting"
|
|
enderpearl: "Visitor enderpearl use"
|
|
fire: "Fire"
|
|
fireextinguish: "Visitor fire extinguish"
|
|
firespread: "Fire spread"
|
|
furnace: "Visitor furnace use"
|
|
gate: "Visitor gate use"
|
|
horseinventoryaccess: "Visitor horse inventory access"
|
|
horseriding: "Visitor horse riding"
|
|
hurtanimals: "Visitor animal hurting"
|
|
hurtmonsters: "Visitor monster hurting"
|
|
joinleaveislandmessages: "Enter/exit island messages"
|
|
jukebox: "Visitor jukebox use"
|
|
leash: "Visitor leash use"
|
|
lever: "Visitor lever or button use"
|
|
milking: "Visitor cow milking"
|
|
monsterspawning: "Allow/Disallow Monster Spawning"
|
|
netherpvp: "Nether PvP"
|
|
placeblocks: "Visitor block placing"
|
|
portaluse: "Visitor portal use"
|
|
pressureplate: "Visitors activate pressure plates"
|
|
pvp: "PvP"
|
|
redstone: "Visitor redstone use"
|
|
settingsgeneraltitle: "World Settings"
|
|
settingsgeneraldesc: "General Island World Settings"
|
|
settingsislandtitle: "Island Settings"
|
|
settingsislanddesc: "Settings for this island"
|
|
settingsspawntitle: "Spawn Settings"
|
|
settingsspawndesc: "These rules apply at spawn"
|
|
shears: "Visitor sheep shearing"
|
|
spawnegg: "Spawn egg use"
|
|
teleportwhenfalling: "Teleport when falling"
|
|
title: "Island Guard Settings"
|
|
villagertrading: "Visitor villager trading"
|
|
visitordrop: "Visitor item drop"
|
|
visitorkeepitems: "Visitors keep items on death"
|
|
visitorpickup: "Visitor item pick-up"
|
|
withergriefing: "Wither griefing"
|
|
workbench: "Visitor workbench use"
|
|
kick:
|
|
canceled: "Kick canceled"
|
|
error:
|
|
noTeam: "You do not have a team!"
|
|
notPartOfTeam: "That player is not part of your island team!"
|
|
onlyLeaderCan: "Only the leader can kick people off the island!"
|
|
playerNotInTeam: "That player is not in your team!"
|
|
youCannotKickYourself: "You cannot kick yourself!"
|
|
nameRemoved: "[name] removed from the team."
|
|
nameRemovedYou: "[name] removed you from the team!"
|
|
warning: "Are you sure you want to kick the player? Type the command again to confirm."
|
|
lavaTip: "Tip: If obsidian was not intended, it can be scooped back up again with a bucket."
|
|
leave:
|
|
canceled: "Leave canceled"
|
|
errorLeadersCannotLeave: "Leaders cannot leave an island. Make someone else the leader first."
|
|
errorYouAreTheLeader: "You cannot leave because you are the leader. Make someone the leader first."
|
|
errorYouCannotLeaveIsland: "You can't leave your island if you are the only person. Try restart if you want a new one!"
|
|
errorYouMustBeInWorld: "You must be in the island world to leave your team!"
|
|
nameHasLeftYourIsland: "[name] has left your island!"
|
|
warning: "Are you sure you want to leave the team? Type '[label] leave' again to confirm."
|
|
youHaveLeftTheIsland: "You have left the island and returned to the player spawn."
|
|
level:
|
|
calculating: "Calculating island level. This will take a few seconds..."
|
|
errornotYourIsland: "Only the leader can do that."
|
|
islandLevel: "Island level"
|
|
lock:
|
|
enteringspawn: "Entering Spawn"
|
|
islandlocked: "Island is locked to visitors"
|
|
leavingspawn: "Leaving Spawn"
|
|
locking: "Locking island"
|
|
nowentering: "Now entering [name]'s island"
|
|
nowleaving: "Now leaving [name]'s island"
|
|
unlocking: "Unlocking island"
|
|
makeleader:
|
|
errorGeneralError: "Could not change leaders."
|
|
errorNotYourIsland: "This isn't your island, so you can't give it away!"
|
|
errorPlayerMustBeOnline: "That player must be online to transfer the island."
|
|
errorRemoveAllPlayersFirst: "Remove all players from your team other than the player you are transferring to."
|
|
errorThatPlayerIsNotInTeam: "That player is not part of your island team!"
|
|
errorYouMustBeInTeam: "You must be in a team to transfer your island."
|
|
nameIsNowTheOwner: "[name] is now the island leader!"
|
|
youAreNowTheOwner: "You are now the island leader!"
|
|
minishop:
|
|
buy: "Buy(Left click)"
|
|
buyproblem: "There was a problem purchasing [description]"
|
|
islandhelpMiniShop: "Opens the MiniShop"
|
|
outofstock: "Out Of Stock"
|
|
sell: "Sell(Right click)"
|
|
sellproblem: "You do not have enough [description] to sell."
|
|
title: "&EMiniShop"
|
|
youbought: "You bought [number] [description] for [price]"
|
|
youcannotafford: "You cannot afford [description]!"
|
|
yousold: "You sold [number] [description] for [price]"
|
|
moblimits:
|
|
entity: "Island [entity] limit of [number] reached!"
|
|
error: "Island animal breeding limit of [number] reached!"
|
|
hopper: "Island hopper limit of [number] reached!"
|
|
villager: "Island villager breeding limit of [number] reached!"
|
|
nether:
|
|
spawnisprotected: "The Nether spawn area is protected."
|
|
news:
|
|
headline: "[A Skyblock News] While you were offline..."
|
|
purge:
|
|
acidFound: "There are [number] unowned islands. Do '/acid purge unowned confirm' to delete them within 20 seconds."
|
|
allowPurge: "Purge protection removed"
|
|
alreadyRunning: "Purge is already running, please wait for it to finish!"
|
|
calculating: "Calculating which islands have been inactive for more than [time] days."
|
|
countingUnowned: "Counting unowned islands and checking player files. This could take some time..."
|
|
finished: "Finished purging of inactive islands."
|
|
maxPurge: "Max purge is [number] islands. Run purge again afterwards to purge more."
|
|
noneFound: "No inactive islands to remove."
|
|
nowWaiting: "Now waiting..."
|
|
preventPurge: "Island is protected from purging"
|
|
purgeCancelled: "Purge cancelled."
|
|
removingAt: "Removing island at location [location]"
|
|
removingName: "Purge: Removing [name]'s island"
|
|
skyblockFound: "There are [number] unowned islands. Do '/asadmin purge unowned confirm' to delete them within 20 seconds."
|
|
stillChecking: "Still checking player files..."
|
|
thisWillRemove: "[number] inactive islands found. Islands with level < [level] will be removed."
|
|
typeConfirm: "Type /[label] confirm to proceed within 10 seconds"
|
|
usage: "Usage: /[label] purge [TimeInDays]"
|
|
warning: "DANGER! Do not run this with players on the server! MAKE BACKUP OF WORLD!"
|
|
register:
|
|
errorBedrockNotFound: "Could not register the island!"
|
|
settingIsland: "Set [name]'s island to the nearest island."
|
|
reject:
|
|
nameHasRejectedInvite: "[name] has rejected your island invite!"
|
|
youHaveNotBeenInvited: "You had not been invited to join a team."
|
|
youHaveRejectedInvitation: "You have rejected the invitation to join an island."
|
|
reload:
|
|
configReloaded: "Configuration reloaded from file."
|
|
resetallchallenges:
|
|
success: "[name] has had all challenges reset."
|
|
resetchallenge:
|
|
challengeReset: "Challenge: [challengename] has been reset for [name]"
|
|
errorChallengeDoesNotExist: "Challenge doesn't exist or isn't yet completed"
|
|
schematics:
|
|
title: "Select island..."
|
|
|
|
settingsReset:
|
|
done: "Done."
|
|
inprogress: "Protection settings being reset, please wait..."
|
|
sign:
|
|
line1: "&1[BSkyblock]"
|
|
line2: "[player]"
|
|
line3: "Do not fall!"
|
|
line4: "Beware!"
|
|
sign-acidisland:
|
|
line1: "&1[AcidIsland]"
|
|
line2: "[player]"
|
|
line3: "Water is acid!"
|
|
line4: "Beware!"
|
|
targetInPVPArea: "Target is in a no-PVP area!"
|
|
team:
|
|
color: "&b"
|
|
leader-color: "&a"
|
|
leader: " - Leader"
|
|
listingMembers: "Listing island members"
|
|
teamchat:
|
|
helpChat: "turn on/off team chat"
|
|
noTeam: "You are not in a team!"
|
|
noTeamAround: "None of your team are online!"
|
|
prefix: "[Team Chat]<{ISLAND_PLAYER}> "
|
|
spyoff: "Team chat spy off"
|
|
spyon: "Team chat spy on"
|
|
statusOff: "Team chat is off"
|
|
statusOn: "Team chat is on"
|
|
topTen:
|
|
errorExcluded: "FYI: You are excluded from the top ten as you do not have [perm]"
|
|
errorNotReady: "Top ten list not generated yet!"
|
|
guiHeading: "&E&L<!> Island: &6&N[name]&7 (#[rank])"
|
|
guiTitle: "Top 10 Islands"
|
|
header: "These are the Top 10 islands:"
|
|
warps:
|
|
deactivate: "Deactivating old sign!"
|
|
error:
|
|
DoesNotExist: "That warp doesn't exist!"
|
|
Duplicate: "Sorry! There is a sign already in that location!"
|
|
NoPerm: "You do not have permission to place Welcome Signs yet!"
|
|
NoPlace: "You must be on your island to place a Welcome Sign!"
|
|
NoRemove: "You can only remove your own Welcome Sign!"
|
|
NoWarpsYet: "There are no warps available yet!"
|
|
NotReadyYet: "That warp is not ready yet. Try again later."
|
|
NotSafe: "That warp is not safe right now. Try again later."
|
|
NotEnoughLevel: "You do not have enough island levels to create a Welcome Sign!"
|
|
next: "Next"
|
|
playerWarped: "[name] &2warped to your island!"
|
|
previous: "Previous"
|
|
removed: "Welcome sign removed!"
|
|
signRemoved: "Your welcome sign was removed!"
|
|
success: "Welcome sign placed successfully!"
|
|
title: "Island warps"
|
|
warpTip: "Create a warp by placing a sign with [WELCOME] at the top."
|
|
warpToPlayersSign: "Warping to <player>'s welcome sign."
|
|
warpsAvailable: "The following warps are available"
|
|
welcomeLine: "[WELCOME]" |