Language & Currency

Currency

Minecraft: Your game, your server

Rent server
from 3.73
AUD /month
from 4.38
BGN /month
from 11.92
BRL /month
from 3.26
CAD /month
from 2.14
CHF /month
from 17.52
CNY /month
from 54.90
CZK /month
from 16.71
DKK /month
from 2.24
EUR /month
from 1.92
GBP /month
from 18.81
HKD /month
from 16.88
HRK /month
from 860.38
HUF /month
from 36,909.38
IDR /month
from 9.21
ILS /month
from 199.30
INR /month
from 321.89
ISK /month
from 352.04
JPY /month
from 3,194.11
KRW /month
from 42.16
MXN /month
from 11.23
MYR /month
from 25.59
NOK /month
from 4.05
NZD /month
from 136.27
PHP /month
from 10.40
PLN /month
from 11.12
RON /month
from 262.53
RUB /month
from 26.61
SEK /month
from 3.27
SGD /month
from 85.23
THB /month
from 64.56
TRY /month
from 2.40
USD /month
from 45.40
ZAR /month
from 20.43
date /month

How to become an admin on Minecraft Java Edition

To become an admin, you first need your UUID.
Connect to the Savegames-FTP and download the following file:

  • usercache.json or
  • usernamecache.json

The entry for a player looks like this:

{"name":"Player1","uuid":"6cdae416-9ce2-4df9-8688-d1eb3c185ef4","expiresOn":"2023-08-17 13:04:42 +0000"}

Important: The files will only be created if you have played at least once on the server for at least 15 minutes.

Basic Mode


In ‘‘Basic Mode’’ you enter your name and your UUID under Admin Settings.
Initially, it looks like this:

[
  {
    "uuid": "33333333-3333-3333-3333-333333333333",
    "name": "Admin3",
    "level": 4,
    "bypassesPlayerLimit": false
  },
  {
    "uuid": "22222222-2222-2222-2222-222222222222",
    "name": "Admin2",
    "level": 4,
    "bypassesPlayerLimit": false
  },
  {
    "uuid": "11111111-1111-1111-1111-111111111111",
    "name": "Admin1",
    "level": 4,
    "bypassesPlayerLimit": false
  },
  {
    "uuid": "55555555-5555-5555-5555-555555555555",
    "name": "Admin5",
    "level": 4,
    "bypassesPlayerLimit": false
  },
  {
    "uuid": "44444444-4444-4444-4444-444444444444",
    "name": "Admin4",
    "level": 4,
    }, "bypassesPlayerLimit": false
  }
]

Enter your name and your UUID accordingly between the "", e.g. like this:

[
  {
    "uuid": "6cdae416-9ce2-4df9-8688-d1eb3c185ef4",
    "name": "MyIngameName",
    "level": 4,
    "bypassesPlayerLimit": false
  }
]

Advanced Mode


In Advanced Mode you enter your name and your UUID in the Ops.json.
Same as in Basic Mode, admins are entered according to this template:

[
  {
    "uuid": "6cdae416-9ce2-4df9-8688-d1eb3c185ef4",
    "name": "MyIngameName1",
    "level": 4,
    "bypassesPlayerLimit": false
  },
  {
    "uuid": "6cdae416-9ce2-4df9-8688-d1eb3c185ef4",
    "name": "MyIngameName2",
    "level": 4,
    "bypassesPlayerLimit": false
  }
]

When you have made your entries, click Save and restart your server.

You can then use all these commands.


Important: If you remove all admins, please make sure that the [] are still present.
Otherwise your server can no longer start!