Alpha 1 Server Setup

From ETM
Revision as of 19:23, 7 July 2022 by Kademlia (talk | contribs) (→‎Needed manual setps (automate this))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

System Setup

(Dns setup @ domain provider)

(Nginx setup, certbot)

(Script inclusion, update scripts)

First Deploy

(Generate default configs/folder structure by script from templates)

(Upload generated configuration/folders by script)

(Run upgrade-script for given server to insert libs/jars)

Before connecting

Validate default worlds: world, nether, world_the_end, iss, phobos, kuiperbelt, mars, fw


Needed manual setps (automate this)

(Fixed Missing playerheads/skins for h_gray (shop-system) & possibly others in the future)

Needed world data: datapack skylight-disabled-dimension

Needed chunkli saves: kademlia:DefaultWaterRoad -> DefaultIslandRoad, kademlia:DefaultSpawniePlot etc.

  • Best possible fix for deployments is to add a import/export feature for chunkli and allow locally storing saves
  • Possibly adding a 'chunkliBackups' world that reads/writes all saves from a server-user (jsonfile with location+size+name to reference the position in the chunkliBackups world)


  1. We have no admins (PUser) initially. Add to deploy setup-script. @Console: puser addg kademlia allperms
  2. "allperms" by default is missing minecraft.* and bukkit.*
  3. Kadi needs to initially run /kadi reimporticons
  4. Rocketboots have no permission. Flying works in general? Limit to specific worlds?
    1. chunkli.action.SplashTextAction
    2. kadi.action.ChatPublicAction
    3. kadi.action.PlanetTravelAction
  5. Missing chat-permissions for players: pgroup addp default kadi.action.ChatPublicAction ChatPrivateAction? kadi.chatcommands.[g,l,respond,tell,chat,afk]
  6. Default world spawn is not a play-area.
    1. Setup as a default ( /worldsettings playarea world -10,-10 10,10 )
    2. Spawn-position set 0,64,0 in setup/config already
  7. (Fix static string values "kadi" in ChunkliSnooper)