Minecraft: Difference between revisions
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
=Overview= | =Overview= | ||
=Port= | |||
25565 | |||
=World= | =World= | ||
{{External|https://glimpse.me/blog/reset-minecraft-server/}} | {{External|https://glimpse.me/blog/reset-minecraft-server/}} | ||
Line 11: | Line 14: | ||
=OP Explained= | =OP Explained= | ||
https://pingperfect.com/index.php/knowledgebase/244/Minecraft--How-to-Make-Someone-OP-or-Operator-Without-Commands.html | https://pingperfect.com/index.php/knowledgebase/244/Minecraft--How-to-Make-Someone-OP-or-Operator-Without-Commands.html | ||
=WhiteList= | |||
Use <code>/whitelist</code> from the server console. <code>whitelist.json</code> file will be updated. | |||
In <code>server.properties</code>, set: | |||
<font size=-1> | |||
enforce-whitelist=true | |||
white-list=true | |||
</font> | |||
=Servers= | |||
==Spigot Server== | |||
{{Internal|Minecraft_Spigot|Spigot Server}} | |||
==Paper== | |||
==Forge== | |||
==Fabric== |
Latest revision as of 20:46, 20 July 2024
Internal
Overview
Port
25565
World
Reset the World
- Stop the server
- Navigate to the server folder and delete the
world
directory. - Restart the server.
Logging
OP Explained
WhiteList
Use /whitelist
from the server console. whitelist.json
file will be updated.
In server.properties
, set:
enforce-whitelist=true
white-list=true