acbdcd3ce3
Fixes a hang caused by MockBukkit
2022-01-25 15:34:27 +01:00
948f92f140
Updates Spigot and MockBukkit versions
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2022-01-15 21:59:46 +01:00
5d1d6ffaf0
Removes some unnecessary calculation when converting relative vectors to real vectors
2021-12-03 23:23:19 +01:00
a7dc02eef0
Updates plugin version and README
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-12-02 04:19:44 +01:00
9177773a0e
Updates Spigot and Java version
2021-12-02 04:05:27 +01:00
fc5bac937a
Changes the max age of gateway blocks to prevent the occasional purple beam
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
2021-11-26 16:55:22 +01:00
f8ae83bc08
Updates README and version to 0.9.2.4
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
0.9.2.4
2021-11-25 14:56:44 +01:00
cfb4910977
Adds a toggle-able admin alert when any admin joins the server
2021-11-25 14:56:05 +01:00
a61a03be33
Adds an update checker for alerting about new updates
2021-11-25 14:54:50 +01:00
445638a561
Releases a small hotfix for sign color as version 0.9.2.3
0.9.2.3
2021-11-25 04:27:36 +01:00
7f9dc6756b
Updates version to 0.9.2.2
0.9.2.2
2021-11-25 03:58:42 +01:00
b2bb995d7e
Prevents teleportation of a leashed creature with a passenger
2021-11-25 03:54:09 +01:00
f92fd2de5d
Prevents loading of gate files using non-blocks as part of the border
2021-11-25 03:39:15 +01:00
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