mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
add migrations
This commit is contained in:
@@ -35,6 +35,7 @@ public class PlayerRenamer {
|
||||
}
|
||||
|
||||
public void start() {
|
||||
associations.migrate();
|
||||
server.getEventManager().register(plugin, this);
|
||||
server.getCommandManager().register(server.getCommandManager().metaBuilder("changeplayername").aliases("nlcpn").plugin(plugin).build(),
|
||||
new ChangePlayerNameCommand(server, associations));
|
||||
|
||||
Reference in New Issue
Block a user