Adds changes to README
All checks were successful
EpicKnarvik97/Stargate/pipeline/head This commit looks good

This commit is contained in:
2026-01-24 17:22:50 +01:00
parent 99c3b611dc
commit 9b28107db8

View File

@@ -31,7 +31,7 @@ Highly capable, simple to use, with robust network capabilities and extensive cu
- LockedCraft and LittleBigBug also forked that version to add underwater and tag support, as well as a few bug fixes. - LockedCraft and LittleBigBug also forked that version to add underwater and tag support, as well as a few bug fixes.
- This version is a combination of all the forks above, maintained by EpicKnarvik97. - This version is a combination of all the forks above, maintained by EpicKnarvik97.
- A rewrite was underway, but because of a mix of real life obligations, and a general lack of motivation, progress - A rewrite was underway, but because of a mix of real life obligations, and a general lack of motivation, progress
stopped. stopped. Some features/improvements have found its way from the rewrite to this version over time.
## License ## License
@@ -489,6 +489,7 @@ Please note that %variableName% should be kept, as it will be replaced with a re
|-----------------------|--------------------------------------------------------------------| |-----------------------|--------------------------------------------------------------------|
| prefix | \[Stargate] | | prefix | \[Stargate] |
| teleportMsg | Teleported | | teleportMsg | Teleported |
| teleportationFailed | Teleportation was cancelled or denied |
| destroyMsg | Gate Destroyed | | destroyMsg | Gate Destroyed |
| invalidMsg | Invalid Destination | | invalidMsg | Invalid Destination |
| blockMsg | Destination Blocked | | blockMsg | Destination Blocked |
@@ -535,6 +536,25 @@ Please note that %variableName% should be kept, as it will be replaced with a re
# Changes # Changes
#### \[Version 0.11.5.12] Unified Legacy Fork
- Fixes gate verification incorrectly treating valid Stargates as invalid
- Improves the default permissions of players to allow personal creation of standard nether stargates, and general
Stargate use.
- Adds three new permission groups for easier permission setup: stargate.group.admin, stargate.group.builder,
stargate.group.player. The builder group allows creation and destruction of all Stargates, and usage of all
options/flags except bungee portals.
- Fixes end gateways not teleporting players unless sneaking into the portal on newer Minecraft versions.
- Adds an error message in case Stargate detects some other plugin cancelled or interfered with its teleportation.
- Stops some debug output during startup when debug is disabled
- Renames the silent option to quiet internally to better match the Q character used to enable the option.
- Replaces code for message formatting
- Improves some error messages
- Replaces some code with KnarLib implementations
- Updates some dependencies
- Restructures all event code, and improves Stargate protection
- Removes static permission strings, and removes redundancy in permission checking code
#### \[Version 0.11.5.11] Unified Legacy Fork #### \[Version 0.11.5.11] Unified Legacy Fork
- Removes legacy sign drawing code, as the check for whether a server supported the sign sides kept failing for some - Removes legacy sign drawing code, as the check for whether a server supported the sign sides kept failing for some
@@ -545,7 +565,7 @@ Please note that %variableName% should be kept, as it will be replaced with a re
#### \[Version 0.11.5.10] Unified Legacy Fork #### \[Version 0.11.5.10] Unified Legacy Fork
- Fixed a problem with material tag support - Fixed a problem with material tag support
- Made serveral optimisations to significantly improve performance on servers with high playercounts. - Made serveral optimisations to significantly improve performance on servers with high player counts.
#### \[Version 0.11.5.9] Unified Legacy Fork #### \[Version 0.11.5.9] Unified Legacy Fork
@@ -571,7 +591,7 @@ Please note that %variableName% should be kept, as it will be replaced with a re
- Fixed a potential stack trace experienced when disabling Dynmap - Fixed a potential stack trace experienced when disabling Dynmap
- Fixed some problems related to negative economy transactions. - Fixed some problems related to negative economy transactions.
- Fixed an exception occuring when negative yaw values are encountered. - Fixed an exception occurring when negative yaw values are encountered.
- Updated the about command and added a debug command. - Updated the about command and added a debug command.
#### \[Version 0.11.5.5] Unified Legacy Fork #### \[Version 0.11.5.5] Unified Legacy Fork