Releases: DevOnTheRocks/SkyClaims
Beta 24
Beta 24 - S5.1
REQUIRED: SF build 2519+ & GP build 4.0.0.332+ OPTIONAL: Nucleus version 1.0.1+
- Managers can now use
/is setspawn
,/is setbiome
, &/is expand
- Added enhanced timings support
- Added Garden of Glass schematic to prepackaged schematics
- Fixed
/isa reload
breaking/is home
&/is sethome
commands - Fixed known incompatibility with API 6.0 in entity limit feature
Beta 24 - S7.0
REQUIRED: SF build 2524+ & GP build 4.2.0.334+ OPTIONAL: Nucleus version 1.0.1+
- Managers can now use
/is setspawn
,/is setbiome
, &/is expand
- Added enhanced timings support
- Added Garden of Glass schematic to prepackaged schematics
- Fixed
/isa reload
breaking/is home
&/is sethome
commands - Fixed entity limit feature preventing spawning in other dimensions
- Updated to latest Sponge API 7.0 snapshot
Beta 23.1
Beta 23.1 - S5.0
REQUIRED: SF build 2519+ & GP build 4.0.0.331+ OPTIONAL: Nucleus version 1.0.1+
- Minimum Sponge Forge build now 2519 & minimum GriefPrevention build 331.
- Island claims now bypass size restrictions
- Fixed a bug where is list showed duplicate messages when there were no islands
Beta 23.1 - S7.0
REQUIRED: SF build 2524+ & GP build 4.2.0.334+ OPTIONAL: Nucleus version 1.0.1+
- Minimum Sponge Forge build now 2524 & minimum GriefPrevention build 334.
- Island claims now bypass size restrictions
- Fixed a bug where is list showed duplicate messages when there were no islands
Beta 23
Minecraft 1.10.2/Sponge API 5.1
REQUIRED: SF build 2497+ & GP build 4.0.0.319+ OPTIONAL: Nucleus version 1.0.1+
- Updated GriefPrevention API. GP 4.0.0.319 is now the minimum required version.
- Block-break/block-place flags in the wilderness of the SkyClaim's world are set to false automatically.
/is expand
now cost 256 times more blocks due to GP's change to include y in claim block costs/is home
&/is sethome
are now exclusive to Nucleus integration- Cleaned up Nucleus Integration (mostly behind the scenes)
Minecraft 1.12/Sponge API 7 (S7.0)
REQUIRED: SF build 2498+ & GP build 4.2.0.321+ OPTIONAL: Nucleus version 1.0.1+
- Same as API 5.1
Beta 22
REQUIRED: SF 2096+ & GP 295+ OPTIONAL: Nucleus 1.0.1+
- Fixes some entities still not being cleared during island reset/regen
- Added entity spawn limit capability to islands (disabled by default)
- Added island expiration and cleanup capability (disabled by default)
- New options:
skyclaims.max-spawns
,skyclaims.max-spawns.hostile
,skyclaims.max-spawns.passive
,skyclaims.expiration
- New configs: Entity [Limit-Spawning, Max-Hostile, Max-Passives, Max-Spawns], Island-Expiration [Enabled, Interval, Threshold]
- Added island entity counts (living, item, & tile) to
/is info
- Added new sort types to
/is list
: entities-, entities+, tile-, tile+
beta-18
* Manual SQLite file migration required if upgrading from Beta 13 or earlier!
REQUIRED: SF 2096+ & GP 255+ OPTIONAL: Nucleus 0.24.1+
- Removed deprecated SQLite config and auto file migration
- Fixed
/isa transfer
not working when supplied with an owner - Fixed
/is expand
not being able to expand an island tomax-size
- Fixed
/is setspawn
's message formatting to not display decimal numbers - Fixed
/is setspawn
not being restricted to an island's claimed area - Fixed system-dependent file separators causing NPE when moving config to different OS
- Added
/is lock [island|all]
&/is unlock [island|all]
arguments - requiresskyclaims.admin.lock
- Added island lock indicator to
is list
&is info
- Added expand (no cost) to admin shortcuts in
/is info
requiresskyclaims.admin.expand
- Added custom island command argument that accepts a player name or island id
- Changed
/is info
to accept an island argument - Changed default island lock to true
/is spawn
can now be used to visit unlocked islands/is list
no longer hides locked islands - teleporting now checks lock status & permissions/is list
is now sorted alphabetically/is list
&/is info
now displays "[L]" or "[U]" based on the island's lock setting (click to toggle)- Added Nucleus integration
/is home
&/is sethome
now works as a player configurable home when installed
beta-17
REQUIRES: SF 2096+ & GP 255+ (latest versions are highly recommended)
- Fixed island width calculation being off by 2 on
/is info
- Added
/is expand [blocks]
to allow player to expand their islands using claim blocks (subtracted from bonus claim blocks - will regen) - Added
skyclaims.max-size
option to limit how large players can expand their islands skyclaims.initial-size
now supports being set to 256- Added a confirmation message to the admin delete shortcut in
/is info
- Removed hard island limit from
isa transfer
(multiple islands per player is still unsupported officially)
beta-16
REQUIRES: SF 2096+ & GP 255+ (latest versions are highly recommended)
- Added admin command shortcuts to
/is info
- Removed shorthand targets
i, c, & b
from tab completion - Removed
skyclaims.arguments.island
permission - Updated
/is reset
warning message to include the inventory reset - Fixed a bug where the deprecated SQlite db name was used to name the migrated file
beta-15
WARNING: The SQLite DB file location has been moved! Ensure that you verify your database is successfully moved to the new location!
REQUIRES: SF 2096+ & GP 251+ (latest versions are highly recommended)
- Fixed islands being created on server join for players with islands and when config is set to false
- Moved SQLite DB to
SPONGE_CONFIG_DIR/skyclaims/data
and deprecated SQLite configs - Added Storage location config to be used for all file based SkyClaims data
- Fixed island commands returning an island outside the configured dimension
- Added config options to enable Schematic, Biome Type and Target permission checks (disabled by default)
- Schematic, Biome Type and Target arguments now only tab complete values that the player has permission to use
- Claim size is automatically expanded during startup if it is less than the owner's
initial-size
- Default initial-size option increased from
32
to48
- A default schematic (SF3) is now automatically included
- SQLite now creates a backup automatically on migration