Minecraft: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(8 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 9: Line 12:


=Logging=
=Logging=
=OP Explained=
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>
=Spigot Server=
https://www.spigotmc.org
==Installation==
https://www.spigotmc.org/wiki/spigot-installation/
https://getbukkit.org/download/spigot
==Geyser Plugin==
* https://www.spigotmc.org/resources/geyser-minecraft-bedrock-protocol-support.81297/
* https://wiki.geysermc.org/geyser/setup/

Latest revision as of 04:34, 18 March 2024

Internal

Overview

Port

25565

World

https://glimpse.me/blog/reset-minecraft-server/

Reset the World

  • Stop the server
  • Navigate to the server folder and delete the world directory.
  • Restart the server.

Logging

OP Explained

https://pingperfect.com/index.php/knowledgebase/244/Minecraft--How-to-Make-Someone-OP-or-Operator-Without-Commands.html

WhiteList

Use /whitelist from the server console. whitelist.json file will be updated.

In server.properties, set: enforce-whitelist=true white-list=true

Spigot Server

https://www.spigotmc.org

Installation

https://www.spigotmc.org/wiki/spigot-installation/

https://getbukkit.org/download/spigot

Geyser Plugin