3
0
Fork 0

Fixed messages file, added data saving and some more fixes.

This commit is contained in:
stijnb1234 2020-04-18 09:53:19 +02:00
parent b487444b65
commit 0c16981ef6
10 changed files with 172 additions and 127 deletions

View file

@ -1,14 +1,18 @@
License: 'TP-ABC-ABC'
License: 'TPABCD-1234-ABCD-1234SBD'
AntiFreerun:
Enabled: false
MessageInConsole: true
Fastpass:
ItemName: '&6ThemeParkTicket'
Item:
DisplayName: '&6Fastpass Ticket'
Lore:
- '&6For: %ridename%'
MachineSign:
Row1: "&3[ThemePark]"
Row1: "&8[&6ThemeParkPlus&8]"
Row2: "&bMachine"
ControlSign:
Row1: "&3[ThemePark]"
Row2: "&bControl"
ScannerSign:
Row1: "&8[&6ThemeParkPlus&8]"
Row2: "&bScanner"
DiscordWebhook:
Enabled: false
WebhookURL: ""
@ -23,11 +27,4 @@ DiscordWebhook:
CONSTRUCTION: 0xAAAAAA
MALFUNCTION: 0xAA00AA
ACTIVE: 0x55FF55
INACTIVE: 0xAA0000
WaitingRows:
MinutesPerWaitingPerson: 2
Sign:
Row1: "&3[ThemePark]"
Row2: "&bWaitingrow"
Row3: "%AttractionName%"
Row4: "%WaitTime% min."
INACTIVE: 0xAA0000

View file

@ -1,45 +1,32 @@
General:
OnlyForPlayers: "&cOnly players can run this command!"
NoPermission: "&cYou don't have the permission to do this!"
NoPermission: '&cYou don''t have the permission to do this.'
IncorrectAmount: '&cThis amount is incorrect.'
Gates:
Open:
ChooseDirection: "&cYou have to choose between: NORTH, EAST, SOUTH and WEST"
AlreadyOpen: "&cThat gate is already opened!"
Opened: "&aThat gate is now open!"
OpenedPlayers: "&aThat gate is now open! A maximum of %COUNT% %SINGMULTI:visitor:visitors% can now walk through it!"
Close:
AlreadyClosed: "&cThat gate is already closed!"
Closed: "&aThat gate is now closed!"
NoGate: "&cThat block is not a gate!"
NoGateConsole: "&cThe gate on the location %LocationXYZ% in the world %World% couldn't be find! It's now removed of the data!"
InvalidDirection: "&cYou can't walk through that gate in this direction!"
Lamps:
TurnOn:
NoLampOrAlreadyOn: "&cCouldn't turn that lamp on! Maybe it's already on, or it's not a redstone lamp."
IncorrectNumber: "&cThe number of seconds isn't correct! Give a number please."
TurnedOn: "&aThat lamp is succesfully turned on!"
TurnedOnSeconds: "&fThat lamp is succesfully turned on for %COUNT% %SINGMULTI:second:seconds%!"
TurnOff:
NoLampOrAlreadyOff: "&cCouldn't turn that lamp off! Maybe it's already off, or it's not a redstone lamp."
TurnedOff: "&aThat lamp is succesfully turned off!"
WrongDir: '&cYou can''t walk through this gate in that direction.'
UnknownDir: '&cThis direction is unknown. Choose between: NORTH, SOUTH, EAST, WEST'
UnknownDirAndAmount: '&cThis direction and amount are incorrect.'
AlreadyOpen: '&cThis gate is already opened.'
AlreadyClosed: '&cThis gate is already closed.'
NoGate: '&cThis block is not a gate.'
Opened: '&aThe gate is opened!'
OpenedAmount: '&aThe gate is opened for &f%amount% &aplayer(s)!'
Closed: '&aThe gate is closed!'
Fastpass:
NotEnoughMoney: "&cYou don't have enough money for this Fastpass ticket!"
AlreadyHasOne: "&cYou've already got a Fastpass ticket for this ride!"
MoneyWithdrawed: "&aA amount of $%MoneyAmount%,- is taken of your account!"
WrongLocation: "&cThat sign contains wrong coordinates!"
Expired: "&cYour fastpass ticket is already expired!"
NotOpen: "&cThat ride is not open!"
YouNeedATicket: "&cYou need a (correct) ticket to use the FastPass row!"
Succes: "&aHave fun in this ride!"
Malfunction:
ReasonQuestion: "&aPlease type the reason of the malfunction! (Type STOP to set it to Unknown)"
Reported: "&aThe malfunction has been reported to the Technical Service!"
Fixed: "&aThe malfunction has succesfully been removed!"
NotAllowedToChange: "&cYou can't change the status if a ride has a malfunction!"
WaitingRows:
WrongLocation: "&cA waitingrow sign (from the attraction %AttractionID%) couldn't be found! It will be deleted."
WrongAttraction: "&cThat attraction doesn't exists!"
ForgotSelection: "&cYou forgot to select a region! Please select a point one (left) and point two (right) with a STICK."
PosOneSelected: "&aSuccesfully selected position one!"
PosTwoSelected: "&aSuccesfully selected position two!"
SignCreated: "&aYou've succesfully created a WaitingRow sign!"
IncorrectSign: '&cThis sign is incorrect. Please read the wiki for more information.'
UnknownRide: '&cThe ride %ridename% &cdoes''nt exists.'
NotEnoughMoney: '&cYou can''t pay this ticket.'
AlreadyHaveTicket: '&cYou''ve already got a ticket for this ride.'
Bought: '&aYou''ve successfully bought a ticket for the ride %ridename%&a. You''ve paid &f%price% &afor it.'
NoTicket: '&cYou need a fastpass ticket to go through the fastpass line.'
RideClosed: '&cThis ride is closed.'
Redeemed: '&aSuccessfully redeemed your fastpass ticket!'
Lamp:
ErrorOn: '&cCouldn''t turn the lamp on. Maybe it''s not a lamp, or it''s already on.'
ErrorOff: '&cCouldn''t turn the lamp off. Maybe it''s not a lamp, or it''s already off.'
TurnedOn: '&aLamp turned on!'
TurnedOnSec: '&aLamp turned on for &f%sec% &asecond(s)!'
TurnedOff: '&aLamp turned off!'
Lamps:
TurnedOn: '&aLamps in region turned on!'
TurnedOnSec: '&aLamps in region turned on for &f%sec% &asecond(s)!'
TurnedOff: '&aLamps in region turned off!'