Started with Malfunction GUI
This commit is contained in:
parent
24a2f73996
commit
5d8a0139ab
11 changed files with 271 additions and 18 deletions
|
@ -8,8 +8,41 @@ MessageInConsole: true
|
|||
WaitingRow:
|
||||
MinutesPerPlayer: 1.5
|
||||
Sign:
|
||||
Row1: "&8[&6ThemeParkPlus&8]"
|
||||
Row2: "&bWaitingRow"
|
||||
Row1: '&8[&6ThemeParkPlus&8]'
|
||||
Row2: '&bWaitingRow'
|
||||
Malfunction:
|
||||
AllowCommandReport: true
|
||||
AllowCommandFix: false
|
||||
Sign:
|
||||
Row1: '&8[&6ThemeParkPlus&8]'
|
||||
Row2: '&bMalfunction'
|
||||
GUI:
|
||||
Title: '&3Report Malfunction for %ridename%'
|
||||
Buttons:
|
||||
Report:
|
||||
Slot: 2
|
||||
Material: GREEN_WOOL
|
||||
Name: '&2&lReport Malfunction'
|
||||
Lores:
|
||||
- '&fClick here to report malfunction for %ridename%.'
|
||||
- '&r'
|
||||
- '&cAbuse of this function is not allowed!'
|
||||
Fix:
|
||||
Slot: 4
|
||||
Material: STONE_PICKAXE
|
||||
Name: '&e&lFix Ride'
|
||||
Lores:
|
||||
- '&fClick here to fix %ridename%!'
|
||||
- '&r'
|
||||
- '&fReporter: &7%reporter%'
|
||||
- '&fDate: &7%date%'
|
||||
- '&fReason: &7%reason%'
|
||||
Cancel:
|
||||
Slot: 6
|
||||
Material: RED_WOOL
|
||||
Name: '&4&lCancel Report'
|
||||
Lores:
|
||||
- '&fClick here to cancel.'
|
||||
Fastpass:
|
||||
Item:
|
||||
DisplayName: '&6Fastpass Ticket'
|
||||
|
|
|
@ -38,4 +38,6 @@ WaitingRow:
|
|||
SignCreated: '&aYou''ve successfully created a waitingrow sign!'
|
||||
WrongLocation: '&cA waitingrow sign (from the attraction %ridename%) couldn''t be found! It will be deleted.'
|
||||
RedstoneTimer:
|
||||
Started: '&aThe timer successfully started. It will go off in &f%sec1% &asecond(s), and will turn off in &f%sec2% &asecond(s) after that.'
|
||||
Started: '&aThe timer successfully started. It will go off in &f%sec1% &asecond(s), and will turn off in &f%sec2% &asecond(s) after that.'
|
||||
Malfunction:
|
||||
NoCommand: '&cYou can''t report or fix a ride using the command. Please use this Malfunction Sign at the ride.'
|
Reference in a new issue