Designed for your server events, this plugin will help you
create, log and place treasure for players to
find, click and gain a reward!
How To Use
> Create treasure with
/scav edit > Set location of where the treasures will spawn with
/scav setlocation <treasure> > Spawn all the treasure with
/scav spawn <save>
Permission scav.admin
Code (YAML):
/scav spawn [data action] : Spawns
all treasure
/scav setlocation [treasure] : Sets a location of a treasure
/scav removelocation : Removes a location of a treasure
/scav reload : Reload the configs
/scav find : Find treasure that has not been found
/scav edit : Edit treasure
Code (YAML):
# Prefix used before most messages prefix: '&4&l
[&6&lServer&4&l
]&r&a'
# Maximum amount of treasure a player can find max: -1
# Default to this data file location save data as: test
# Permissions to look for and save in data file when # a player finds treasure permissions to look for: - red
- orange
- yellow
- green
- blue
- purple
# Messages messages:
reload: '
{prefix
}All configs have been reloaded <3'
set location: '
{prefix
} Location has been set in &flocations.yml'
remove location: '
{prefix
} Location has been removed'
message:
treasure found: '
{prefix
}{player
} just found
: &f{treasureID}' leaderboard format: '&6&l
{rank
} &f&l
{permission
} &e
{player
} &7- &a
{amount
}'