Small waypoint change

This commit is contained in:
Indyuce 2022-03-05 10:48:47 +01:00
parent 3336637333
commit 3f16202f03
2 changed files with 10 additions and 3 deletions

View File

@ -15,7 +15,8 @@ public enum CostType {
/** /**
* When setting your spawn point to this waypoint. * When setting your spawn point to this waypoint.
*/ */
SET_SPAWNPOINT; // SET_SPAWNPOINT
;
private final String path; private final String path;

View File

@ -28,10 +28,16 @@ spawn:
# by sneaking on it (true by default) # by sneaking on it (true by default)
unlockable: true unlockable: true
# When enabled, players can teleport to other # When enabled, opens up the teleportation menu
#waypoints when sneaking (true by default) # when sneaking (true by default)
enable-menu: true enable-menu: true
# When set to true (false by default) players don't
# have to be standing on any waypoint to teleport
# to that waypoint. This could be a nice option for
# spawn waypoints alongside with the 'default' option.
dynamic: false
# Should be waypoint be unlocked by default? # Should be waypoint be unlocked by default?
default: true default: true