-
Notifications
You must be signed in to change notification settings - Fork 73
Frequently Asked Questions
- I can't join my server
- How do I force start games?
- How do I add a custom lobby / nether / deadmatch arena?
- How do I change the spawn point of the lobby / nether / deadmatch arena?
- Why does my server lag after startup?
- Having issues with a config file not changing / giving errors?
- I added a kit / craft but it doesn't appear in the menu?
If you can't join your server it is probabbly still loading. This can take a few minutes as the map needs to be entirely generated. You can follow the progress in your console.
You can use the /start
command to force start games. The permission needed to use this command is uhc-core.commands.start
.
- Select object with WorldEdit wand (command to give it –
//wand
, default Wooden Axe). - Stand on place, which you want (in UhcCore it will be
0,0
). - Use the
//copy
command. - Save it to the file with the
/schem save <filename>
command. Filename should belobby
for lobby schematic,nether
for underground nether schematic orarena
for deadmatch arena schematic. - Get your schematic file:
- If you done that on server, your schematic is now exported in server folder –
<path_to_server_folder>/plugins/WorldEdit/schematics/<filename>.schem
or something similar. - If you done that on singleplayer world, your schematic is now exported in Minecraft folder –
<path_to_minecraft_folder>/config/worldedit/schematics/<filename>.schem
or something similar.
- If you done that on server, your schematic is now exported in server folder –
- Grab the schematic file (
<filename>.schem
) that you created from the folder. - Put exported schematic file to
<path_to_server_folder>/plugins/UhcCore/
. - Now you can start or restart your Minecraft server on which you have UhcCore and WorldEdit and you should see schematic loaded.
If you have a large lobby or want to include NPC's it's recommended to enable the lobby-in-default-world
feature.
The spawn point of the lobby is the block where from you copied the lobby in WorldEdit. To change it select the lobby, stand on the block you want players to spawn, type //copy
, save the schemetic //schem save lobby
and finally move the schemetic file from plugins/Worldedit/schemetics/
to plugins/UhcCore/
.
First check if it is really your server lagging. To do this type /tps
, if the first number is yellow or red and the game has not started yet a possible solution to fix this issue is by (This problem is caused by having corrupted worlds, this can happen when switching from a for example 1.14 to 1.13):
- Turning off your server.
- Delete all world files (The folders with UUID as name as well as your normal
world
,world_nether
andworld_the_end
). - You can now turn your server back on and let everything load.
There might be a error in your config, copy your config and paste it on this site to find syntax errors: https://yamlchecker.com/.
If above question did not solve the issue there might be a syntax error in the kit/craft formatting. Open your latest.log
file (you can also do this by using /upload log
) and look for your kit/craft name.