• 0.9.2.4 f8ae83bc08

    EpicKnarvik97 released this 2021-11-25 15:28:47 +01:00 | 81 commits to master since this release

    This update adds an update alert to the console when a new plugin version is available.
    Joining players with the "stargate.admin" permission will also be alerted about the update, but this behavior can be turned off by toggling the adminUpdateAlert option.

    Downloads
  • 0.9.2.3 445638a561

    EpicKnarvik97 released this 2021-11-25 04:29:01 +01:00 | 84 commits to master since this release

    This is a small hotfix update to fix a typo which caused both sign colors to be changed into the highlight sign color.

    Downloads
  • 0.9.2.2 7f9dc6756b

    EpicKnarvik97 released this 2021-11-25 04:03:15 +01:00 | 85 commits to master since this release

    This is just a bugfix update with the following fixes:

    • Prevents teleportation of a player holding creatures on a leash when handleLeashedCreatures is disabled, to prevent players accidentally losing the creatures during teleportation
    • Fixes a potential exception when a gate's open-block or closed-block is set to a material which isn't a block
    • Fixes a potential exception when a portal without a sign has an invalid gate type
    • Prevents loading of gate files using non-blocks as part of the border
    • Prevents a player smuggling another player through a restricted stargate by sitting on a creature held in a lead by the first player
    Downloads
  • 0.9.2.1 6ddc15eeef

    EpicKnarvik97 released this 2021-11-24 22:50:13 +01:00 | 93 commits to master since this release

    This update makes the /sg config command only do what's necessary for performing the config change, instead of reloading the entire config every time.

    Additionally, blocks can no longer be placed in a stargate's entrance if protectEntrance is enabled.

    Downloads
  • 0.9.2.0 37ac3d4877

    EpicKnarvik97 released this 2021-11-21 05:35:35 +01:00 | 103 commits to master since this release

    This update aims to make stargates names and networks both case-agnostic and color-agnostic (Example: "&aName" and "&4name" are now treated as just "name").
    Additionally, the max name and network limit has been increased to 13 characters.
    As a last addition, the free gates green option has been changed to freeGatesColor and freeGatesColored to allow custom coloring for free stargates.

    Changelog:

    • Increases max length of names and networks to 13 characters
    • Excludes color codes from the counted character length to allow a colored, 13-character name
    • Makes portal names and networks case- and color-agnostic to prevent some confusion caused by typos or sloppy configuration
    • Makes the free gate color configurable, and renames freeGatesGreen to freeGatesColored
    Downloads
  • 0.9.1.2 ad310ddb9c

    EpicKnarvik97 released this 2021-11-10 22:59:27 +01:00 | 114 commits to master since this release

    This update makes the portal information display for a silent stargate without a sign if a player is sneaking. This makes it possible to keep the immersion, while still get necessary information if it's necessary to re-create the stargate.

    Downloads
  • 0.9.1.1 3db630f60e

    EpicKnarvik97 released this 2021-11-09 22:57:39 +01:00 | 115 commits to master since this release

    This update fixes signs displaying the &[0-9a-f] color code as text, instead of coloring the sign on some servers.

    Downloads
  • 0.9.1.0 1c2cad2ec1

    EpicKnarvik97 released this 2021-11-09 21:55:40 +01:00 | 117 commits to master since this release

    This update adds /sg config which can be used to change all config values from the chat or commandline.
    The stargate.admin.config permission has been added to allow certain players to edit config values.
    The /sg config command has full tab completion to make it easy to use.

    Downloads
  • 0.9.0.7 94b9848b70

    EpicKnarvik97 released this 2021-11-08 15:20:19 +01:00 | 129 commits to master since this release

    Just a small bugfix update.

    Changelog:

    • Stops registering the sign as a lookup block for stargates without a sign
    • Only removes a stargate's button if it's actually a button-compatible block
    • Only displays portal info if not placing a block
    Downloads
  • 0.9.0.6 88bb02dfbd

    EpicKnarvik97 released this 2021-11-08 14:45:26 +01:00 | 133 commits to master since this release

    This update adds two options. One option allows a stargate to be silent; no longer displaying the teleportation message or error messages. The silent option is meant for role-playing servers or similar, where you don't want to see the telportation message. The other option allows stargates to have no sign. If the no sign option is enabled, it will be automatically removed once the portal is registered. Right-clicking a portal without a sign will show its info, as long as it's not also silent.

    A new default gate is added to display how a stargate can use any number of materials for the border.

    Adds auto-removal and generation of buttons for stargates. This means that if the button material changes in the gate file, all portals using it will be updated. Additionally, if a portal has a button, it will be removed if set to always-on.

    Changelog:

    • Makes containers no longer open when used as buttons
    • Validates and updates stargate buttons when the plugin is loaded or reloaded
    • Adds an option to make a stargate silent (no text in chat when teleporting) for better immersion on RP servers
    • Makes buttons update and/or remove themselves when their location or material changes
    • Adds another default gate to show that it's possible to use any number of materials for a stargate's border
    • Adds an option for stargates without a sign. Right-clicking such a stargate will display gate information
    • Fixes a bug causing signs to be re-drawn after they're broken
    • Makes buttons and signs be replaced by water instead of air when underwater
    • Makes portal info shown when right-clicking a stargate fully customizable
    Downloads