Main Page: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<br />
<br />


=Latest:=
=Latest=


*[[StatusUpdates]]
*[[Screens]]
*[[Screens]]
 
*[[Worlds]]
*[[Todo]]
*[[Todo]]


Line 11: Line 12:
*Learn, Help, Brainstorm & add Ideas!
*Learn, Help, Brainstorm & add Ideas!
*[[Secret Stuff]]
*[[Secret Stuff]]
*[[V1]]
*[[Shop]]
*[[Shop]]
*[[Permissions]]
*[[API]]
*[[API]]


<br />
=Not yet started=


=Lib=
*[[Permissions]]
 
*[[V1]]
*[[LibTag]] / Symbols
*[[User]]
*UserPods
*UserSettings
*[[Symbols]]
**Flying
**Flying
**[[Tools]]
**[[Tools]]
**Combat
**Combat


<br />
*Random stuff
 
**[[Shell]]
=StatusUpdates=
 
{| class="wikitable"
|+Stream Changelog
!Week
!Week
!Week
!Week
!Week
|-
|[[Pre-Stream Log|Pre-Stream ✅]]
|
|[[SL20W22]] ✅
|[[SL20W23]] ✅
|[[SL20W24]] ✅
|-
|[[SL20W25]] ✅
|[[SL20W26]] ✅
|[[SL20W27]] ✅
|[[SL20W28]] ✅
|[[SL20W29]] ✅
|-
|[[SL20W30]] ✅
|[[SL20W31]] ✅
|[[SL20W32]] ✅
|[[SL20W33]] ✅
|[[SL20W34]] ✅
|-
|[[SL20W35]] ✅
|[[SL20W36]] ✅
|[[SL20W37]] ✅
|[[SL20W38]] ✅
|[[SL20W39]] ✅
|-
|[[SL20W40]]
|[[SL20W41]]
|[[SL20W42]]
|[[SL20W43]]
|[[SL20W44]]
|}
 
=User=
 
*[[User]]
*UserPods
*UserSettings


=Kades Stuff=
=Kades Stuff=
Line 92: Line 48:
=General Todos=
=General Todos=


*[[RocketBoots|Rocketboots]][[File:2019-07-16 15.32.50.jpg|600px|right|thumb]]
*[[RocketBoots|Rocketboots]][[File:2019-07-16 15.32.50.jpg|400px|right|thumb]]
*[[Bow|Bows]]
*[[Bow|Bows]]
*[[Tools|Tools]]
*[[Tools|Tools]]
Line 116: Line 72:
*[[GameProfile]] randomly changed
*[[GameProfile]] randomly changed
*SuffixTreeMap concurrency not given
*SuffixTreeMap concurrency not given
*[[Skylight]] broken in general pretty heavily


=Random=
=Random=
Line 158: Line 115:
[[Forum]]
[[Forum]]


=Helpers=
[[Shell]]
=Hardware=
We most likely need at least 128 GB ram. This kills most good servers.
Currently pretty much the only good options are:
https://www.hetzner.de/dedicated-rootserver/ax61-nvme/konfigurator
https://www.hetzner.de/dedicated-rootserver/px92/configurator
<br />Ryzen 9 is way better but limited to 128GB ram. Currently used W-2145 as it was available 1,5 years ago.
<br />
=Getting started=
=Getting started=



Revision as of 11:18, 27 December 2020


Latest

Intro

Not yet started

Kades Stuff

Alpha 1 Sprint

General Todos


Big Bugs

Random

Ideas


Key-Features (New)

  • Chunkli
    • MojangAPIProxy
      Allows higher rate of requests to the API Service without breaking. This is needed especially if running multiple servers behind the same IP-Address. If using multiple Servers behind the same IP this will otherwise cause GameProfile-Requests to timeout (1call/60sec ratelimit). This is needed for FakeStuff Players, Crates, Heads
    • GameProfile-Cache: Local GameProfile Cache that will get updated via Chunkli API and not Mojang API.
    • PlayerId-Cache: Local (UUID/Name)-Cache. This allows to get the current Name of a User at any point (especially usefull if the user is not online and changed the Name in the meantime).
  • Kadi
    • LibItem
      Generalized Item-Library that can (hopefully) identify all Items used on the Server. It is designed in a way to allow using Hashes at all other points in the Software. Normally you would save/serialize Itemstacks within a Object (FPlayer holding a Sword in its hand). With the Item-Library we only store references to the Library. This allows us to track items easily, allows shopping any item with a unique name and opens the possibility to globally ban a specific item making it unusable.
    • LibCmd
      A library containing executable commands identified by a unique name. It is possible to make chained fireworks this way or spawn items from fireworks/entities dying etc. This can be used to create special tools. OnBreak Event could cause a command to run at the location

Forum

Forum

Getting started