Skip to content

SnChunkLoader v2.1.0

Choose a tag to compare

@ValentinTarnovsky ValentinTarnovsky released this 10 Aug 13:18
· 15 commits to main since this release

Changes

  • SnSuperiorSkyblock is now OPTIONAL. The jar previously refused to load without it
    (UnknownDependencyException: Unknown/missing dependency plugins: [SnSuperiorSkyblock]). It is a
    soft dependency now: install it and every island rule applies exactly as before, leave it out and
    the same plugin runs as a plain chunk loader.
  • Standalone mode: loaders can be placed anywhere the server lets you place a block, and the
    per-player limit is the only placement rule left. Lifetime, stacking, floating displays, the menu,
    block protection, breaking, returns and owed deliveries all work unchanged.
  • Island rules are skipped, not evaluated, when the island plugin is absent - membership,
    protected-area placement, the per-island limit and the membership returns.
  • A loader placed in standalone mode is stored as unbound. Adding SuperiorSkyblock to the server
    later leaves those loaders alone: the reconciliation sweep never confiscates them.
  • Placement on an island server whose island plugin is momentarily reloading is still REFUSED,
    never accepted as an unbound loader.
  • config.yml, lang/messages_en.yml and plugin.yml now state which rules need the island
    plugin. The shipped item lore is island-neutral; existing values are preserved on update.

Requires SnLib. SuperiorSkyblock, DecentHolograms and PlaceholderAPI are optional.

Installation

Download the JAR below and place in your plugins folder. Requires SnLib.jar.