- Fixed an error in spigot.jar server can't open GUI
- Added a feature in GUI, now you can add %exp% to show treasure EXP
- Added a feature in Treasure, now you can add command in treasure
- Added a feature in Location, now it can have half neg location
- Added some boolean can control the treasure item or command
You can check the new config.yml, for each update will have #Version 1.1 update line
If you don't want to override the config.yml, you should add above text in your config.yml
Code (Java):
# Version
1.1 update
# chance to half neg location
(
default
:
20
%
->
0.2
)
Half_Neg_location
:
0.2
# Version
1.1 update
# Enable treasure commands
Treasure_command_enable
:
false
# Version
1.1 update
# Command that when treasure is opened
(
%player
% as open player name
)
Treasure_command
:
common
:
- money give
%player
%
1
normal
:
- money give
%player
%
1
better
:
- money give
%player
%
1
perfect
:
- money give
%player
%
1
mystery
:
- money give
%player
%
1
#example_treasure
:
#
- money give
%player
%
1
# Version
1.1 update
# whether have those item above
Treasure_item_enable
:
true