Dieser Commit ist enthalten in:
Ursprung
dbeb556629
Commit
d8dbc1900b
@ -43,7 +43,7 @@ public class HologramCommand extends SWCommand {
|
||||
public void portalCreate(Player player, String id, String... text) {
|
||||
if (PortalCommand.noPermissions(player)) return;
|
||||
|
||||
new Hologram(id, player.getLocation(), String.join(" ", text), false);
|
||||
new Hologram(id, player.getLocation(), String.join(" ", text).replace("&", "§"), false);
|
||||
LobbySystem.config().save();
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren