mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-05 05:55:25 +02:00
Add events for plot buying (#4291)
* cancelable event results are nullable * chore: add javadocs to CancellablePlotEvent# * feat: events for plot buy process
This commit is contained in:

committed by
GitHub

parent
ae941e67a4
commit
951f08bc8b
@@ -125,6 +125,7 @@
|
||||
"economy.added_balance": "<prefix><gold><money> </gold><gray>has been added to your balance.</gray>",
|
||||
"economy.removed_balance": "<prefix><gold><money> </gold><gray>has been taken from your balance.</gray>",
|
||||
"economy.removed_granted_plot": "<prefix><gray>You used <used_grants> plot grant(s), you've got </gray><gold><remaining_grants></gold> <gray>left.</gray>",
|
||||
"economy.cannot_buy_blocked": "<prefix><red>You are not allowed to buy this plot.</red>",
|
||||
"setup.choose_generator": "<gold>What generator do you want?</gold>",
|
||||
"setup.setup_not_started": "<prefix><gold>No setup started.</gold>",
|
||||
"setup.setup_init": "<prefix><gold>Usage: </gold><gray>/plot setup <value></gray>",
|
||||
|
Reference in New Issue
Block a user