- Fixed the issue on spawn command is not available
- Added a new feature for despawn treasure command
- Updated the API to 16
# This is not the remake version, but the GUI get changed
Add below text into
config.yml
Code (Java):
# Version
4.2 update
# Enable the despawn treasure commands
Despawn_treasure_command_enable
:
false
Add below text into
treasure.yml
Code (Java):
# Version
4.2 update
# Command that when treasure no one find and despawn
#
%world
% as spawn treasure world
#
%x
%,
%y
%,
%z
% as the location X, Y, Z
Despawn_treasure_command
:
common
:
0
:
chance
:
1
command
: summon zombie
%x
%
%y
%
%z
%
normal
:
0
:
chance
:
1
command
: summon zombie
%x
%
%y
%
%z
%
better
:
0
:
chance
:
1
command
: summon zombie
%x
%
%y
%
%z
%
perfect
:
0
:
chance
:
1
command
: summon zombie
%x
%
%y
%
%z
%
mystery
:
0
:
chance
:
1
command
: summon zombie
%x
%
%y
%
%z
%
#example_treasure
:
#
0
:
#chance
:
0.5
#command
: summon zombie
%x
%
%y
%
%z
%