Adds changes to README
All checks were successful
EpicKnarvik97/Stargate/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Stargate/pipeline/head This commit looks good
This commit is contained in:
24
README.md
24
README.md
@@ -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.
|
||||
- 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
|
||||
stopped.
|
||||
stopped. Some features/improvements have found its way from the rewrite to this version over time.
|
||||
|
||||
## License
|
||||
|
||||
@@ -489,6 +489,7 @@ Please note that %variableName% should be kept, as it will be replaced with a re
|
||||
|-----------------------|--------------------------------------------------------------------|
|
||||
| prefix | \[Stargate] |
|
||||
| teleportMsg | Teleported |
|
||||
| teleportationFailed | Teleportation was cancelled or denied |
|
||||
| destroyMsg | Gate Destroyed |
|
||||
| invalidMsg | Invalid Destination |
|
||||
| blockMsg | Destination Blocked |
|
||||
@@ -535,6 +536,25 @@ Please note that %variableName% should be kept, as it will be replaced with a re
|
||||
|
||||
# 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
|
||||
|
||||
- Removes legacy sign drawing code, as the check for whether a server supported the sign sides kept failing for some
|
||||
@@ -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 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.
|
||||
|
||||
#### \[Version 0.11.5.5] Unified Legacy Fork
|
||||
|
||||
Reference in New Issue
Block a user