Skip to content

Commit

Permalink
update: wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 25, 2024
1 parent 3bcf54b commit 8892328
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,14 @@ public class Icon {

@Documentation("""
This module provides some jobs to trigger when a player is the first time to join the server.
""")
public class NewbieWelcome {
public boolean enable = false;

public RandomSpawnPoint random_spawn_point = new RandomSpawnPoint();

@Documentation("""
Random teleport the newbie player, and set his bed location.
Random teleport the newbie player, and set his bed location.
""")
public class RandomSpawnPoint {
public boolean enable = true;
Expand Down Expand Up @@ -723,7 +722,7 @@ public class Whitelist {
}

@Documentation("""
Background:
The vanilla minecraft use a command system called `brigadier`.
All the commands are `registered`, `parsed` and `executed` by `brigadier`.
Expand Down Expand Up @@ -876,7 +875,6 @@ public class Rtp {

@Documentation("""
Teleport setup per dimension. Dimensions that are not in the list will be disabled to rtp.
""")
public class Setup {
public List<TeleportSetup> dimension = new ArrayList() {
Expand Down

0 comments on commit 8892328

Please sign in to comment.