Fixed a lot of issues, removed sbutil, ...
This commit is contained in:
parent
95cf389a69
commit
328b8d670f
29 changed files with 841 additions and 149 deletions
|
@ -1,7 +1,15 @@
|
|||
License: 'TPABCD-1234-ABCD-1234SBD'
|
||||
AntiFreerun:
|
||||
Enabled: false
|
||||
UpdateChecker:
|
||||
Enabled: true
|
||||
DownloadOnUpdate: true
|
||||
MessageInConsole: true
|
||||
WaitingRow:
|
||||
MinutesPerPlayer: 1.5
|
||||
Sign:
|
||||
Row1: "&8[&6ThemeParkPlus&8]"
|
||||
Row2: "&bWaitingRow"
|
||||
Fastpass:
|
||||
Item:
|
||||
DisplayName: '&6Fastpass Ticket'
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
General:
|
||||
NoPermission: '&cYou don''t have the permission to do this.'
|
||||
NoPlayer: '&cYou have to be a player to do this.'
|
||||
IncorrectAmount: '&cThis amount is incorrect.'
|
||||
IncorrectSign: '&cThis sign is incorrect. Please read the wiki for more information.'
|
||||
Gates:
|
||||
WrongDir: '&cYou can''t walk through this gate in that direction.'
|
||||
UnknownDir: '&cThis direction is unknown. Choose between: NORTH, SOUTH, EAST, WEST'
|
||||
|
@ -12,11 +14,12 @@ Gates:
|
|||
OpenedAmount: '&aThe gate is opened for &f%amount% &aplayer(s)!'
|
||||
Closed: '&aThe gate is closed!'
|
||||
Fastpass:
|
||||
IncorrectSign: '&cThis sign is incorrect. Please read the wiki for more information.'
|
||||
UnknownRide: '&cThe ride %ridename% &cdoesn''t exists.'
|
||||
UnknownPlayer: '&cThe player %playername% &cdoesn''t exists or is not online.'
|
||||
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.'
|
||||
Given: '&aYou''ve successfully given a ticket.'
|
||||
NoTicket: '&cYou need a fastpass ticket to go through the fastpass line.'
|
||||
RideClosed: '&cThis ride is closed.'
|
||||
Redeemed: '&aSuccessfully redeemed your fastpass ticket!'
|
||||
|
@ -29,4 +32,6 @@ Lamp:
|
|||
Lamps:
|
||||
TurnedOn: '&aLamps in region turned on!'
|
||||
TurnedOnSec: '&aLamps in region turned on for &f%sec% &asecond(s)!'
|
||||
TurnedOff: '&aLamps in region turned off!'
|
||||
TurnedOff: '&aLamps in region turned off!'
|
||||
WaitingRow:
|
||||
SignCreated: '&aYou''ve successfully created a waitingrow sign!'
|
Reference in a new issue