Closed Dungjava closed 2 months ago
Plz update your economy config.yml file !
# List of available economies
economies:
# Economy name
- name: money
# Economy display name. This name will be used to be displayed in player messages whenever possible.
display-name: Money
# Economy symbol
symbol: "$"
# Economy format
format: "%price%$"
# Should the economy be used for vault. Only one economy can work with vault.
vault: true
# The minimum number possible with this economy.
min: -99999999999999999999999999999999999999999999999999999999999999
# The maximum number possible with this economy.
max: 99999999999999999999999999999999999999999999999999999999999999
# The minimum number for /pay command
min-pay: 0.1
# The maximum number for /pay command
max-pay: 999999999999999
# Enable the ability to use /pay command with this economy
enable-pay: true
# Activate confirmation menu for /pay command. This menu will confirm that you really want to send money to the player
enable-confirm-inventory: true
# The minimum number to display the confirmation inventory, below the command will run directly
min-confirm-inventory: 10000000
# The format type of for numbers
price-format: PRICE_WITH_REDUCTION
# Economy name
- name: coins
# Economy display name. This name will be used to be displayed in player messages whenever possible.
display-name: Coins
# Economy symbol
symbol: "⛁"
# Economy format
format: "%price%⛁"
# Should the economy be used for vault. Only one economy can work with vault.
vault: false
# The minimum number possible with this economy.
min: 0
# The maximum number possible with this economy.
max: 9999999999999999999999999
# The minimum number for /pay command
min-pay: 0.1
# The maximum number for /pay command
max-pay: 1000
# Enable the ability to use /pay command with this economy
enable-pay: true
# Activate confirmation menu for /pay command. This menu will confirm that you really want to send money to the player
enable-confirm-inventory: true
# The minimum number to display the confirmation inventory, below the command will run directly
min-confirm-inventory: 0
# The format type of for numbers
price-format: PRICE_RAW
Terms
Discord Username (optional)
No response
Server Version
1.21.1
Server Software
[16:53:40 INFO]: This server is running Leaf version 1.21.1-DEV-ver/1.21.1@1a9ddb5 (2024-09-01T04:13:25Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
zEssentials Version
[16:54:10 INFO]: zEssentials version 1.0.0.6 [16:54:10 INFO]: Provides an essential, core set of commands for Bukkit. [16:54:10 INFO]: Website: https://groupez.dev/
zMenu Version
version zMenu [16:54:38 INFO]: zMenu version 1.0.3.4 [16:54:38 INFO]: Inventory management plugin [16:54:38 INFO]: Website: https://groupez.dev/resources/zmenu.253 [16:54:38 INFO]: Author: Maxlego08 [16:54:38 INFO]: Contributors: mani1232, lijinhong11, Adreez, EnzoShoes, Noltox and saildrag
What happened?
When i break block, the plugin veinminer show error up on console say about "BlockBreakEvent" and "fr.maxlego08.essentials.api.economy.Economy.getName". And i can't break all ore at same time. Error: https://mclo.gs/y3pa1IR Full log: https://mclo.gs/G4meuSj
Steps to reproduce the issue
Download zEssentials, zMenu and Veinminer Start server Join server Break ores
Full Server Log
https://mclo.gs/G4meuSj
Error (optional)
Other files, you can drag and drop them here to upload. (optional)
archive-2024-09-02T095832Z.tar.gz
Screenshots/Videos (you can drag and drop files or paste links)
No response