Skip to content

Instantly share code, notes, and snippets.

@wordandahalf
Created July 2, 2021 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wordandahalf/7b7f7e1f95cbd900261970ea088633a9 to your computer and use it in GitHub Desktop.
Save wordandahalf/7b7f7e1f95cbd900261970ea088633a9 to your computer and use it in GitHub Desktop.
Installing a SWF world

Installing beholder as a SRF world

Requirements

  • A Bukkit 1.16.5 server with AdvancedSlimeWorldManager installed
  • A copy of beholder.slime

Installation

  1. Ensure ASWM is installed and functional.

Note: main.yml is not properly created upon initial startup, causing a NullPointerException.

  1. Move beholder.slime into the folder where ASWM is configured to look for worlds provided by the file data source. By default this is slime_worlds/ in the root directory of the server.
  2. Configure worlds.yml (in the ASWM data folder) to load the world upon startup. It should look like this:
worlds:
	beholder:
		source: file
		spawn: 0, 255, 0		# Change this to an acceptable location for a player to spawn at.
		difficulty: normal
		allowMonsters: false
		allowAnimals: false
		dragonBattle: false
		pvp: false
		environment: NORMAL
		worldType: CUSTOMIZED
		defaultBiome: minecraft:plains
		loadOnStartup: true
		readOnly: true
  1. The world should now be loaded and visible to other plugins as beholder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment