2ed0fe7817
Updates README with recent changes
2021-11-25 03:26:12 +01:00
27b964837f
Fixes a potential exception when a portal with an invalid gate type is missing a sign
2021-11-25 03:25:58 +01:00
4b34ea3cf5
Fixes a potential exception when a gate's open-block or closed-block is not a block
2021-11-25 03:25:22 +01:00
0740cd0a66
Removes the error message displayed when teleportation is cancelled because handleLeashedCreatures is disabled
...
The message should be removed as it's inconsistent with how disabled vehicle teleportation is silent
2021-11-25 02:02:20 +01:00
bab51d76fd
Prevents teleportation of players holding one or more creatures on a leash if handleLeashedCreatures is disabled
2021-11-25 01:53:47 +01:00
6ddc15eeef
Merge branch 'config-reloading' into dev
0.9.2.1
2021-11-24 22:39:15 +01:00
14511f558d
Updates readme and version to 0.9.2.1
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-24 22:38:44 +01:00
32975ca35d
Rewrites a lot of the config command to only do the minimum necessary steps to load the changes
...
Adds a ConfigTag class for helping to decide the action necessary for updating a given config option
Splits the color setting in PortalSignDrawer as only one color is set at a time when the /config command is used
Updates the configOptions map when a config option is changed
2021-11-24 22:33:45 +01:00
6e7ac5dbb9
Makes the protectEntrance option protect the entrance from all block placement
2021-11-24 22:20:47 +01:00
2b4d15dab4
Adds some boldness to the description and fixes an inaccuracy
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-24 03:06:35 +01:00
22bb75d4df
Moves some methods from EconomyConfig to EconomyHelper and tries to simplify EconomyConfig
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-23 07:20:48 +01:00
ab9a118d49
Prevents an empty deny reason from being displayed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-22 22:01:43 +01:00
a80a8520ce
Improves the description of the /sg command
2021-11-22 17:58:56 +01:00
48bb68d665
Adds a missing 'a' in a sentence
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-21 13:34:52 +01:00
1247c54899
Fixes some wrong migration information
2021-11-21 13:10:13 +01:00
37ac3d4877
Fixes a debug route
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
0.9.2.0
2021-11-15 17:25:03 +01:00
70495220eb
Simplifies some function calls
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-15 17:18:00 +01:00
10c3914a60
Makes the free gate color configurable
2021-11-15 00:35:28 +01:00
4699f717ec
Ignores color codes and case when sorting destination names
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-14 14:35:45 +01:00
29c1a00fcd
Makes the max portal name and network character limit more easily changeable
2021-11-13 19:28:17 +01:00
51f5420f9e
Removes the replacement of spaces to underscores for the cleanString method
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-13 17:04:13 +01:00
e1a3d2d560
Makes a fixed sign always use the destination portal's actual name if possible
2021-11-13 17:02:13 +01:00
a84210d550
Fixes a couple of bugs which prevented portals using spaces in the name from being properly connected
2021-11-13 03:44:27 +01:00
351d1762e7
Updates changelog, and updates version to 0.9.2.0
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-12 15:50:32 +01:00
2c53b7d2a6
Makes portal names and networks case and color-insensitive and increases length limit to 13. #17
...
Ignores &[0-9a-f] color codes when counting towards the name and network string limits
Makes portal lists store cleaned portal and network names to ignore case and color
Names and networks will now match regardless of case and color
Increases portal name/network limit to 13 characters
2021-11-12 15:33:15 +01:00
42e02eb141
Makes the UUIDMigrationHelper final
2021-11-12 13:46:01 +01:00
ad310ddb9c
Allows a sneaking player to see information about a silent stargate (0.9.1.2)
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
0.9.1.2
2021-11-10 22:54:20 +01:00
3db630f60e
Updates version and changelog
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
0.9.1.1
2021-11-09 22:51:11 +01:00
7a03f49fb1
Translates the & character to make sure portal signs are colored on all servers
2021-11-09 22:47:38 +01:00
1c2cad2ec1
Updates version to 0.9.1.0, updates README and adds a permission for changing config values
...
Adds the stargate.admin.config permission, which is required to use /sg config
0.9.1.0
2021-11-09 21:16:53 +01:00
b4d908eaa0
Improves tab completion for Stargate commands by taking into account typed text
...
Sends tab completion for the config command to the config tab completer
2021-11-09 20:58:55 +01:00
8546fd4f78
Fully implements the config command
2021-11-09 20:57:06 +01:00
05328fc456
Adds a tab completer for the config sub-command
2021-11-09 20:56:43 +01:00
aba70b669e
Adds a method to be able to read config options
2021-11-09 18:21:25 +01:00
d5f4b87e9b
Changes how config values are loaded by using the ConfigOption class
2021-11-09 15:40:10 +01:00
85edaa4657
Adds a new class to represent a data type usable by configs
2021-11-09 15:38:42 +01:00
7c501cefe8
Gives all config options data types to make loading config values work properly
2021-11-09 15:38:10 +01:00
6466c7b0ff
Adds the config command to the stargate auto completer
...
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
Additionally makes the reload command only auto-complete if the command sender can use it
2021-11-09 02:04:59 +01:00
37cf75ada1
Adds the config command as a child to the Stargate command
2021-11-09 02:01:58 +01:00
1ca2d36f5f
Adds an unfinished implementation of the config command, which is only able to display config options for now
2021-11-09 02:01:11 +01:00
01b2907b01
Adds an enum containing information about all config options
2021-11-09 01:59:54 +01:00
94b9848b70
Updates version and README
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
0.9.0.7
2021-11-08 15:17:29 +01:00
2a17714e8d
Makes sure to only remove buttons from always-on portals if the block is a type of button
2021-11-08 15:16:51 +01:00
901f9c555c
Prevents the sign location of a portal with no sing from being added to lookup blocks and controls
2021-11-08 15:15:58 +01:00
1efd89cdb0
Makes sure to not display portal information when placing a block
2021-11-08 15:14:21 +01:00
88bb02dfbd
Adds translation for portal information shown when right-clicking
...
Adds a distinction between network and server when displaying portal information
Adds translated portal info strings for english and both flavors of Norwegian
0.9.0.6
2021-11-08 14:16:44 +01:00
4db6274dc3
Fixes underwater signs and buttons being replaced with AIR instead of water
2021-11-08 01:34:18 +01:00
9c963c9e8c
Renames Portal to Stargate when displaying information about a clicked portal
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-07 14:02:33 +01:00
fc744b04dc
Adds an option for a stargate without a sign #10
2021-11-07 13:41:19 +01:00
1565707809
De-activates an unregistered portal to prevent its sign to be re-drawn if destroyed while activated
2021-11-07 13:40:12 +01:00