SL22W17: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
*Implemented TakeScreenshotAction
*Implemented TakeScreenshotAction
*Added SystemDesign.graphml for general understanding of Facades & Actions and brainstorming for the action-event-system
*Added SystemDesign.graphml for general understanding of Facades & Actions and brainstorming for the action-event-system
*'''Big change:'''
**Run spring before minecraft / bukkit
**Change from running craftbukkit.jar to etm.jar
**Remove libPlugins folder
**Disable pluginclassloader-system from bukkit
**'''This gets rid of the Linkage-Errors with multiple classloaders'''

Revision as of 12:32, 8 May 2022

◄ SL22W16 | SL22W18 ►


  • Changed Chunkli Rendering from area-preview to area-fakes
  • ActionEvent-System
  • Removed most of the render-logic from kson and moved it all to kadi
  • Implemented TakeScreenshotAction
  • Added SystemDesign.graphml for general understanding of Facades & Actions and brainstorming for the action-event-system
  • Big change:
    • Run spring before minecraft / bukkit
    • Change from running craftbukkit.jar to etm.jar
    • Remove libPlugins folder
    • Disable pluginclassloader-system from bukkit
    • This gets rid of the Linkage-Errors with multiple classloaders