Skip to content
Snippets Groups Projects
Commit 54d036a1 authored by Zoey76's avatar Zoey76
Browse files

BETA: Moving Hellbound to Datapack:

	* New Datapack sided Hellbound Engine.
	* Using one class-loader for all Hellbound related scripts:
		* Faster loading and allows "communication" between scripts.
		* Allows disabling Hellbound completely by just removing the class-loader from scripts.cfg.
	* Static Hellbound's spawn data moved from SQL to XML.
	* Removed `HellboundManager`.
	* Reviewed all the Hellbound related scripts:
		* Finalized all classes and removed main method.
		* Added !JavaDocs.
		* Removed the usage of `QuestState`, it's not required at all at AIs.
		* Moved constructor at the top of the class after fields declaration.

Reviewed by: xban1x, UnAfraid, St3eT, Konstantinos
parent 2a25e8e9
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 98 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment