Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

RealGatt/SkSWM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkSWM Java CI with Maven

Skript SlimeWorldManager addon

Requirements

SlimeWorldManager 2.2.0 or above

Potentially EnhancedSlimeWorldManager might work, but no guarantees.

IMPORTANT

Please read over all of the SlimeWorldManager Wiki information before installing SlimeWorldManager, and SkSWM and decide if this is a product for you. This is required reading material.

https://github.com/Grinderwolf/Slime-World-Manager#wiki-overview

Test Script

command /test <text>:
	trigger:
		set {_props} to new slime world property map
		set {_emptyWorld} to new empty slime world named "%arg%" from file using properties {_props}
		load slime world {_emptyWorld}
		wait 10 ticks
		set {_world} to "%arg-1%" parsed as a world
		teleport player to spawn of {_world}

Once a SlimeWorld has been loaded into memory, it can be used like any other World in Skript. To remove it, simply unload the world.

Saving a world will only work if a World is loaded without the read-only tag.

Example use-case:


Mini Game server;

> Server Decides Map from pool of Maps
> Server Loads Map from Database as a "read-only" world
> Game is played
> World is unloaded
> Repeat from step 1.

Upcoming Features

Cloning Worlds from a Template World

Migrating Worlds

Moving worlds between storage types

About

Skript SlimeWorldManager addon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages