Alpha 1 Server Setup: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
*Best possible fix for deployments is to add a import/export feature for chunkli and allow locally storing saves
*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)
*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)
<br />
# We have no admins (PUser) initially. Add to deploy setup-script. @Console: puser addg kademlia allperms
# "allperms" by default is missing minecraft.* and bukkit.*
# Kadi needs to initially run /kadi reimporticons
# Rocketboots have no permission. Flying works in general? Limit to specific worlds?
# Missing chat-permissions for players: pgroup addp default kadi.action.ChatPublicAction ChatPrivateAction? kadi.chatcommands.[g,l,respond,tell,chat,afk]
# Default world spawn is not a play-area.
## Setup as a default  ( /worldsettings playarea world -10,-10 10,10 )
## Spawn-position set 0,64,0 in setup/config already
# (Fix static string values "kadi" in ChunkliSnooper)
#

Revision as of 11:25, 6 July 2022

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 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?
  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)