-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmessages.yml
21 lines (21 loc) · 1.19 KB
/
messages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CantPlantWorldName: "Error: You can not plant crops in worlds with '_' in their name!"
CropDoesntExist: "That crop doesn't exist."
FarmCraftStandardCommands:
- "FarmCraft Commands"
- "/farmcraft seedfix &7- Combines seeds into a single stack."
FarmCraftAdminCommands:
- "FarmCraft Admin Commands"
- "/farmcraft list &7- Lists all available crops."
- "/farmcraft reload &7- I refuse to explain this."
- "/farmcraft give <crop> (player) (amount) &7- Gives crop seeds."
- "/farmcraft purge <crop> &7- Removes all instances of a crop."
NotANumber: "That is not a number."
PlayerIsntOnline: "That player isn't online."
PlayerNotProvided: "Please provide a player."
PurgeDoubleCheck: "For safety reasons, please type the command again within 5 seconds."
PurgeStart: "Starting purge. This cannot be undone. This may cause lag."
PurgeSummary: "Purge over. %purgeamount% crops purged."
Reloading: "Reloading..."
RequiredLight: "[!] To plant this crop, you need light level %requiredlight%. This block has %currentlight%."
RequiredWater: "[!] To plant this crop, you need to be within %requiredwaterradius% blocks of a source water."
RequiredXP: "[!] To plant this crop, you need %requiredxp% xp. You only have %currentxp%."