Fix default config trying to execute /as message as player

Fixes #221
This commit is contained in:
Thijs Wiefferink 2016-09-04 22:43:03 +02:00
parent 10ea8540e7
commit 7aa786f4ce

View File

@ -99,7 +99,8 @@ signProfiles:
line4: '%price%' line4: '%price%'
rightClickPlayer: rightClickPlayer:
- 'areashop rent %region%' - 'areashop rent %region%'
#- 'areashop message %clicker% %lang:confirm-rent|%region%|%' # Alternative to first ask for confirmation rightClickConsole:
#- 'areashop message %clicker% %lang:confirm-rent|%region%|%' # Alternative to first ask for confirmation (remove rightClickPlayer section)
leftClickPlayer: leftClickPlayer:
- 'areashop info region %region%' - 'areashop info region %region%'
rented: rented:
@ -109,10 +110,11 @@ signProfiles:
line4: '%untilshort%' line4: '%untilshort%'
rightClickPlayer: rightClickPlayer:
- 'areashop rent %region%' - 'areashop rent %region%'
#- 'areashop message %clicker% %lang:confirm-extend|%region%|%' # Alternative to first ask for confirmation rightClickConsole:
#- 'areashop message %clicker% %lang:confirm-extend|%region%|%' # Alternative to first ask for confirmation (remove rightClickPlayer section)
leftClickPlayer: leftClickPlayer:
- 'areashop info region %region%' - 'areashop info region %region%'
shiftRightClickPlayer: shiftRightClickConsole:
- 'areashop message %clicker% %lang:confirm-unrent|%region%|%' - 'areashop message %clicker% %lang:confirm-unrent|%region%|%'
forsale: forsale:
line1: '&2&l[For Sale]' line1: '&2&l[For Sale]'
@ -121,7 +123,8 @@ signProfiles:
line4: line4:
rightClickPlayer: rightClickPlayer:
- 'areashop buy %region%' - 'areashop buy %region%'
#- 'areashop message %clicker% %lang:confirm-buy|%region%|%' # Alternative to first ask for confirmation rightClickConsole:
#- 'areashop message %clicker% %lang:confirm-buy|%region%|%' # Alternative to first ask for confirmation (remove rightClickPlayer section)
leftClickPlayer: leftClickPlayer:
- 'areashop info region %region%' - 'areashop info region %region%'
resell: resell:
@ -131,7 +134,8 @@ signProfiles:
line4: '&8%player%' line4: '&8%player%'
rightClickPlayer: rightClickPlayer:
- 'areashop buy %region%' - 'areashop buy %region%'
#- 'areashop message %clicker% %lang:confirm-buy|%region%|%' # Alternative to first ask for confirmation rightClickConsole:
#- 'areashop message %clicker% %lang:confirm-buy|%region%|%' # Alternative to first ask for confirmation (remove rightClickPlayer section)
leftClickPlayer: leftClickPlayer:
- 'areashop info region %region%' - 'areashop info region %region%'
shiftRightClickPlayer: shiftRightClickPlayer:
@ -145,7 +149,7 @@ signProfiles:
- 'areashop buy %region%' - 'areashop buy %region%'
leftClickPlayer: leftClickPlayer:
- 'areashop info region %region%' - 'areashop info region %region%'
shiftRightClickPlayer: shiftRightClickConsole:
- 'areashop message %clicker% %lang:confirm-sell|%region%|%' - 'areashop message %clicker% %lang:confirm-sell|%region%|%'
## Flag profiles specify which flags to set on the WorldGuard regions depending on their state. ## Flag profiles specify which flags to set on the WorldGuard regions depending on their state.