Remove some extra prints and debug lods.
You also can edit the world loading message in the console, add this to your config in messages section:
messages:
world_startup_loading: "&e[BulMultiverse] &aStart the creation and loading of the world: &2%name%"
The /bmv list command now displays all worlds, including those not currently loaded by BulMultiverse.
Commit 3d9d651
This version completely rewirtes the command system. Don't forget to update any addons you're using.
Changes
New
- The command system is now significantly more performant
- Tab auto-completion now works (report by @Feryc)
- Minor bug fix for /bmv unload (world_name)
New message are added for the command /bmv tp (world_name) (player)
From config.yml
cmd_teleportis sent to the teleported player
cmd_teleport_successis sent to the admin which teleport a target player
Default values if you want to copy past and add to your current config file:
cmd_teleport: "&e[BulMultiverse] &aYou was teleported to the world: &2%name%."
cmd_teleport_success: "&e[BulMultiverse] &aThe player %player% was teleported to the world: &2%name%."
- Now addons are not name depending, which mean you can rename them.
- You can see the loaded addons with /bmv addons, and see informations about an addon with bmv addons <addon_name>
- At the first run, the default world loaded in BulMultiverse automatically.(Suggested by @dyzin(discord)).
Soon: Tab autocompletion for the commands, and first release (so the plugin will not be in beta anymore).
You can now teleport another player with the command teleport, example (suggested by Terry (discord)):
/bmv tp <world> (player)
/bmv tp world_nether AliHaine
You can add the placeholder %player% in the tp success message in your config, for example:
cmd_teleport_success: "&e[BulMultiverse] &aThe player %player% was teleported to the world: &2%name%."
Major update for the micro-addons system (first part). When the second part is completed, the plugin will no longer be in beta.
Commit d1ae9db
Commit 1122a0a
Commit 6917f47
Each command have now his own permission, you can follow this simple syntax to use them:
bulmultiverse.COMMAND_NAME
for example
/bmv list -> bulmultiverse.list
/bmv tp -> bulmultiverse.tp
etc..
The permission bulmultiverse.admin is still available and give the permission for all commands.
Fix a minor issue when trying to create a world with the name overworld (used by default by Minecraft) (report by @Z3dC0d3 (discord))
Commit 9459fe9
Commit 3eff8fd
