mirror of
https://github.com/BentoBoxWorld/Warps.git
synced 2024-11-15 23:25:27 +01:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
46333baa52
29
README.md
29
README.md
@ -1,6 +1,7 @@
|
||||
# addon-welcomewarpsigns
|
||||
# Warps
|
||||
Add-on for BentoBox to add personal warp signs for players of BSkyBlock or AcidIsland.
|
||||
This add-on will work for both game modes.
|
||||
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
|
||||
|
||||
@ -12,14 +13,36 @@ This add-on will work for both game modes.
|
||||
|
||||
## Config.yml
|
||||
|
||||
There are only two options in the config:
|
||||
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
|
||||
|
2
pom.xml
2
pom.xml
@ -66,7 +66,7 @@
|
||||
<!-- Do not change unless you want different name for local builds. -->
|
||||
<build.number>-LOCAL</build.number>
|
||||
<!-- This allows to change between versions. -->
|
||||
<build.version>1.8.2</build.version>
|
||||
<build.version>1.9.1</build.version>
|
||||
</properties>
|
||||
|
||||
<!-- Profiles will allow to automatically change build version. -->
|
||||
|
@ -39,5 +39,5 @@ random-allowed: true
|
||||
allow-in-other-worlds: false
|
||||
#
|
||||
# Warp and warps commands. You can change them if they clash with other addons or plugins.
|
||||
warp-command: warp
|
||||
warps-command: warps
|
||||
warp-command: wwarp
|
||||
warps-command: wwarps
|
||||
|
Loading…
Reference in New Issue
Block a user