BentoBox add-on for Welcome Warp Signs
Go to file
tastybento db3b1fe5cf Merge remote-tracking branch 'origin/develop'
Conflicts:
	pom.xml
2020-12-30 23:07:49 -08:00
.github/ISSUE_TEMPLATE Update bug_report.md 2019-11-17 17:44:27 -08:00
src Merge branch 'develop' of https://github.com/BentoBoxWorld/Warps.git into develop 2020-12-27 11:14:43 -08:00
.gitignore Merge remote-tracking branch 'origin/develop' 2020-04-19 08:30:32 -07:00
.travis.yml Removed sonar_token reference from travis.yml 2019-11-07 16:52:39 -08:00
LICENSE Added license. 2018-09-28 18:53:06 -07:00
README.md Updated ReadMe 2019-09-13 18:32:40 -07:00
pom.xml Use BentoBox 1.15.4 2020-12-30 22:58:49 -08:00

README.md

Warps

Add-on for BentoBox to add personal warp signs for players of BSkyBlock or AcidIsland. This add-on will work for all game modes installed on a BentoBox server. Use config settings to disable use by gamemode.

How to use

  1. Place the jar in the addons folder of the BentoBox plugin
  2. Restart the server
  3. The addon will create a data folder and inside the folder will be a config.yml
  4. Edit the config.yml how you want
  5. Restart the server if you make a change

Config.yml

These are options in the config:

warplevelrestriction

This is the minimum island level needed to be able to create a warp. 0 or negative values will disable this restriction and 10 is default.

If you do not have the level addon installed, this will have no effect.

Warp Sign Text - welcomeLine

This is the text a player must put on the first line of the sign to make it a warp sign.

Icon

Icon that will be displayed in Warps list. SIGN counts for any kind of sign and the type of wood used will be reflected in the panel if the server supports it.

It uses native Minecraft material strings, but using string 'PLAYER_HEAD', it is possible to use player heads instead. Beware that Mojang API rate limiting may prevent heads from loading.

Default is 'SIGN'.

Disabled Game Modes

This list stores GameModes in which Level addon should not work. To disable addon it is necessary to write its name in new line that starts with -. Example:

  disabled-gamemodes:
  - BSkyBlock

Default is that all game modes can use Warps