SteamWar/SpigotCore
Archiviert
13
0
Commit graph

405 Commits

Autor SHA1 Nachricht Datum
Chaoscaot
f4e77fb6fc Speedy UUID Lookup 2021-04-29 12:28:55 +02:00
yoyosource
319fcdfae0 Add BauweltMemberConfig 2021-04-29 11:55:39 +02:00
yoyosource
a7e5f50262 Fix CCE in SubCommand.invoke 2021-04-16 17:03:07 +02:00
zOnlyKroks
e1c24293bd Multiple Team Leaders 2021-04-11 15:54:58 +02:00
yoyosource
badae7ea82 Merge remote-tracking branch 'origin/CommandUpdate' into CommandUpdate 2021-04-10 17:33:26 +02:00
yoyosource
2f61d2836b Make SWCommand.register and SWCommand.unregister public 2021-04-10 17:33:20 +02:00
9b922d4b98 Merge branch 'master' into CommandUpdate 2021-04-10 14:53:38 +02:00
yoyosource
45c2a77186 Add TypeMapper.map with CommandSender 2021-04-10 14:52:58 +02:00
yoyosource
1023a165ab Remove BauweltMember.build 2021-04-04 18:02:24 +02:00
yoyosource
0b21b743e4 Fix SWCommandUtils tabComplete of GameMode 2021-04-02 17:30:41 +02:00
yoyosource
a35c42faa2 Fix SWCommandUtils for Number mapping 2021-04-02 17:29:28 +02:00
0b7c9d8326 Fix branch up 2021-04-01 20:18:17 +02:00
3252fae529 Implementing prepare schem packet 2021-04-01 20:03:15 +02:00
yoyosource
b6aa9d760c Remove TestCommand.java 2021-03-31 14:45:47 +02:00
yoyosource
a33c8a3a1e Fix SubCommand.tabComplete with noVarArgs returning too early 2021-03-31 14:43:04 +02:00
yoyosource
2edb3dd951 Fix stuff 2021-03-30 18:05:29 +02:00
yoyosource
fa9268ce1b Fix NegativeArraySizeException in SWCommandUtils 2021-03-30 17:56:17 +02:00
yoyosource
25d72ab376 Add more TypeMapper capabilities 2021-03-30 17:26:43 +02:00
yoyosource
56c3e730a9 Fix SWCommand localArguments 2021-03-30 16:54:41 +02:00
yoyosource
c1e7fdbb1d Add SWCommand.ClassMapper.local 2021-03-30 16:27:20 +02:00
yoyosource
314120a01f Add ignoreCase subCommands
Add ignoreCase tabComplete filter
2021-03-30 16:14:28 +02:00
yoyosource
ce2cd3d1bf Fix varArgs, fix help 2021-03-30 16:08:51 +02:00
yoyosource
a7bf487336 Add SubCommand.varArgType
Add SWCommandUtils varArg capabilities
2021-03-30 14:31:52 +02:00
yoyosource
2bb7a435c3 Add CommandParseException (Workflow Exception) 2021-03-30 14:06:54 +02:00
yoyosource
501803b05c Fix SWCommand add HelpRegisters 2021-03-30 13:54:53 +02:00
yoyosource
c9e8b31aa4 Fix SWCommand add HelpRegisters 2021-03-30 13:50:16 +02:00
yoyosource
b08855f000 Fix SWCommandUtils.knownCommandMap 2021-03-30 13:40:46 +02:00
yoyosource
a1651e896f Sort SWCommand.commandSet by subCommand length
Sort SWCommand.commandHelpSet by subCommand length
2021-03-30 12:03:48 +02:00
yoyosource
e7beaa2b0f Update SWCommand list 2021-03-30 10:10:21 +02:00
yoyosource
173361e1be Add SWCommand.register 2021-03-30 10:01:28 +02:00
yoyosource
07f401c2e1 Simplify SubCommand.invoke with catch clause 2021-03-30 09:23:38 +02:00
yoyosource
5a2c06232d Remove SWCommandUtils StringBuilder support as Mapper 2021-03-30 09:21:28 +02:00
yoyosource
50b039e6dc Add SWCommand.unregister 2021-03-30 09:08:04 +02:00
yoyosource
35758f1000 Simplify SubCommand to conform to TypeMapper.tabComplete
Add messages to why it did not work
2021-03-30 08:55:18 +02:00
yoyosource
1d1d95b78f Fix SubCommand varAgrs tabComplete 2021-03-30 08:36:06 +02:00
yoyosource
db8d9697e6 Simplify double not on SWCommand.add 2021-03-30 08:28:08 +02:00
yoyosource
db1198bdd9 Fix TestCommand 2021-03-30 08:24:16 +02:00
yoyosource
6ac208dc56 Removed cluttered Annotations 2021-03-30 08:21:55 +02:00
yoyosource
7bc47a8997 Add TypeMapper.tabCompletes with previous TabCompletes 2021-03-29 23:06:30 +02:00
yoyosource
9436616440 Fix design stuff 2021-03-29 22:57:00 +02:00
yoyosource
8be46cd7bc Add more capabilities to TypeMapper.tabCompletes 2021-03-29 22:51:27 +02:00
yoyosource
529b3daf6c Simplify SWCommand
Add SWCommandUtils.addMapper with class
2021-03-29 22:35:31 +02:00
yoyosource
9c7cea96d4 Add SWCommand.LocalMapper only defined in current class scope overrides any global mapper for this class only 2021-03-29 22:28:33 +02:00
yoyosource
2ad2dc29e4 Add SWCommand.ClassMapper 2021-03-29 22:20:03 +02:00
yoyosource
7e733fca7c Make HelpMessage more advanced 2021-03-29 22:14:52 +02:00
yoyosource
e56d4c0e42 Fix case sensitive TabCompletes 2021-03-29 20:52:16 +02:00
yoyosource
54c3c8e203 Add SWCommand.enabled for enabling and disabling commands 2021-03-26 09:16:01 +01:00
yoyosource
d0186a43d1 Optimize SWCommandUtils 2021-03-26 09:09:39 +01:00
yoyosource
ccb63e1613 Optimize SWCommand
Optimize SubCommand
2021-03-26 09:06:21 +01:00
yoyosource
5bd160b0c9 Optimize SWCommand 2021-03-26 08:59:12 +01:00
yoyosource
7020d6b8f3 Optimize SWCommand 2021-03-26 08:57:37 +01:00
yoyosource
abc48d9215 Optimize SWCommandUtils 2021-03-26 08:44:41 +01:00
yoyosource
9b01cbf7bf Optimize SWCommandUtils 2021-03-26 08:40:05 +01:00
yoyosource
a45a83e2d5 Add SWCommandUtils.createMapper 2021-03-25 20:55:43 +01:00
yoyosource
4bedbe2275 Add better Enum handling for Custom TypeMapper
Add SWCommandUtils.getAnnotation
Add GameMode mapper for better gamemode handling
2021-03-25 20:46:02 +01:00
yoyosource
05f8129705 Add help command System to SWCommand 2021-03-25 20:27:48 +01:00
yoyosource
472b6f46d5 Add help command System to SWCommand 2021-03-25 20:26:44 +01:00
yoyosource
1b10c96dc6 Optimize imports SubCommand 2021-03-25 20:10:50 +01:00
yoyosource
ed0ee1b0a7 Add SubCommand.tabComplete 2021-03-25 19:52:27 +01:00
yoyosource
ae26f2837d Fix SWCommand with Mapper
Simplify SWCommand registering mapper and commands
2021-03-25 14:21:36 +01:00
yoyosource
57b5c2b81b Fix TestCommand 2021-03-25 14:17:34 +01:00
yoyosource
451d30a496 Add Mapper support for Enum Parameters 2021-03-25 14:16:03 +01:00
yoyosource
97a8862b62 Fix SWCommand Mapper stuff
Add copyright to SubCommand
2021-03-25 14:13:35 +01:00
yoyosource
9773b9d7ea Fix TestCommand 2021-03-25 13:38:14 +01:00
yoyosource
09e6f0baa8 Fix SWCommand.Register
Fix SWCommand.Mapper
2021-03-25 13:35:51 +01:00
yoyosource
9adf9f139b Optimize Imports 2021-03-25 12:39:01 +01:00
yoyosource
e9fbfcac70 Remove SWCommandUtils.mapper 2021-03-25 12:38:42 +01:00
yoyosource
10cb766be9 Fix catch of SubCommand 2021-03-25 12:30:28 +01:00
yoyosource
377befea47 Optimize Imports 2021-03-25 12:29:13 +01:00
yoyosource
7ab2d5e55d Remove SWCommandUtils.TabComplete 2021-03-25 12:27:02 +01:00
yoyosource
23ec2f62f7 Fix SubCommand.invoke 2021-03-25 12:25:48 +01:00
yoyosource
ea4d6f2a0a Simplify CommandFramework
Remove InternalCommand.java
Remove InternalTabComplete.java
Add SubCommand
2021-03-25 12:23:18 +01:00
yoyosource
f0bf20e960 Add SWCommand.Mapper
Add mapper support to internal reflections
Add better tab complete support for to InternalCommand
2021-03-13 19:42:28 +01:00
yoyosource
add406a8aa Add better TabComplete for only Command implementations 2021-03-13 16:17:31 +01:00
yoyosource
03bbdcfe29 Add SWCommandUtils.addMapper 2021-03-13 16:02:44 +01:00
yoyosource
d028b27ec5 Add TypeMapper 2021-03-13 15:58:56 +01:00
yoyosource
811bc921a4 Add SWCommand.subCommandTabCompletes 2021-03-12 18:12:07 +01:00
yoyosource
9d14916940 Fix SWCommandUtils.commandMap 2021-03-12 17:48:41 +01:00
yoyosource
67b7f431e0 Simplify SWCommand Constructor 2021-03-12 17:38:26 +01:00
yoyosource
3d5ae19863 Add SWCommandUtils.addMapper 2021-03-12 17:26:39 +01:00
yoyosource
a4d0f528f8 Fix InternalCommand
Fix InternalTabComplete
2021-03-12 17:24:18 +01:00
yoyosource
bba1c1fbf7 Fix SWCommand 2021-03-12 17:10:24 +01:00
yoyosource
03d35042e3 Remove SWCommand.StringConstraints
Add SWCommand.Register.subCommand
2021-03-12 17:06:37 +01:00
yoyosource
ce7d261174 Remove SWCommand.register method
Add SWCommand.Register annotation
2021-03-12 16:30:40 +01:00
yoyosource
b3c4c45892 Add StringConstraint for subCommand definitions 2021-03-12 15:52:46 +01:00
yoyosource
43a9de08a0 Add SWCommand
Add SWCommandUtils
Add InternalCommand
Add InternalTabComplete
2021-03-12 14:14:58 +01:00
jojo
e28d4af9de Simplify TPSWatcher 2021-02-08 18:00:01 +01:00
jojo
c694d5f103 Add TPSWatcher.getTPSLimited 2021-02-08 17:53:28 +01:00
Chaoscaot
0327eb37c4 Add Support for Itemstack 2021-02-02 23:26:01 +01:00
905fd00dec Merge remote-tracking branch 'origin/multi-kit' 2021-01-30 17:11:55 +01:00
Chaoscaot
614fab209f Add Fix Armor Null 2021-01-30 17:10:38 +01:00
da8d78ac63 Merge remote-tracking branch 'origin/multi-kit' 2021-01-30 16:52:33 +01:00
Chaoscaot
5f3004c78d Add Fix SQL Exception 2021-01-30 16:50:53 +01:00
ded1e41dfc Hotfix couldnt save chunk 2021-01-30 16:49:24 +01:00
f43f24c27a Merge pull request 'MultiKits' (#88) from multi-kit into master
Reviewed-by: Lixfel <lixfel@steamwar.de>
2021-01-30 16:42:24 +01:00
Chaoscaot
c8c99c21fe Fixing... 2021-01-27 12:23:23 +01:00
Chaoscaot
fe050d76a4 Fix Order and Change Fuction 2021-01-24 15:09:13 +01:00
Chaoscaot
234671a8b0 Update some Function 2021-01-24 15:02:31 +01:00
jojo
3a26c30ae8 Add SWAnvilInv.defaultText 2021-01-22 16:27:18 +01:00
Chaoscaot
fa9361785b Remove Unused Method 2021-01-15 13:57:37 +01:00
Chaoscaot
d8191836a8 Remove Multiple Kits with same Name 2021-01-10 16:58:20 +01:00
Chaoscaot
5266bb6492 List at get with name 2021-01-09 17:36:03 +01:00
Chaoscaot
e88f183e72 Add InUse 2021-01-09 12:13:03 +01:00
Chaoscaot
63d59121b3 Add KitId 2021-01-09 11:49:29 +01:00
Chaoscaot
f760ce58d9 Merge branch 'master' into multi-kit 2021-01-09 10:56:54 +01:00
7562a307ff Hotfix mass errors 2021-01-07 18:01:19 +01:00
Chaoscaot
c65746547f Add SaveFromBytes 2021-01-07 17:04:51 +01:00
Chaoscaot
40c2462d5b Add SaveFromBytes 2021-01-07 15:29:59 +01:00
Chaoscaot
e32c80af3f Extend PersonalKit 2021-01-07 15:25:52 +01:00
731cb9968b Merge pull request 'Add TeamColor' (#85) from team-color into master
Reviewed-by: Lixfel <lixfel@steamwar.de>
2021-01-02 09:37:23 +01:00
99e5659e79 Don't log Custom particles 2021-01-02 09:31:59 +01:00
4e02dc6c59 Remove abgebrochene Prüfvorgänge 2021-01-01 10:02:44 +01:00
Chaoscaot
d35207f384 Fixing 2020-12-29 14:48:43 +01:00
Chaoscaot
98de83c22a Fixed Color Code 2020-12-28 19:08:10 +01:00
Chaoscaot
1a2f3c111f Add TeamColor 2020-12-28 17:44:40 +01:00
13db80aa21 Fix hotfix 2020-12-26 20:14:33 +01:00
1b4507c7e2 Merge pull request 'Add versionDependantCall, See #144 BauSystem' (#80) from VersionDependantCalls into master
Reviewed-by: Lixfel <lixfel@steamwar.de>
2020-12-25 23:10:53 +01:00
jojo
68155e228a Change Schematic version dependant calls 2020-12-25 21:01:03 +01:00
jojo
2c0c75e6ea Change Schematic version dependant calls 2020-12-25 19:12:24 +01:00
jojo
c646bf9533 Change Schematic version dependant calls 2020-12-25 19:06:12 +01:00
jojo
f3ada581af Change Schematic version dependant calls 2020-12-25 18:35:45 +01:00
jojo
e0f6b2e5bf Fix Typo 2020-12-25 18:32:00 +01:00
jojo
e01a72a42b Simplify VersionedCallable
Simplify VersionedRunnable
Remove ExceptionlessCallable
2020-12-25 18:30:46 +01:00
2e1467891e Remove logged messages 2020-12-25 17:37:28 +01:00
jojo
ad28b4fb4e Hotfix 2020-12-25 16:24:42 +01:00
jojo
2fc65a22ec Force Rebuild 2020-12-25 15:59:08 +01:00
jojo
1927bc5bcc Force Rebuild 2020-12-25 15:56:45 +01:00
jojo
f2b01894af Force Rebuild 2020-12-25 15:54:33 +01:00
jojo
c283a8403b Force Rebuild
Testing compiler
2020-12-25 15:47:53 +01:00
jojo
1cbe7c83d5 Force Rebuild
Testing compiler
2020-12-25 15:35:05 +01:00
jojo
1c7709bad8 Force Rebuild
Testing compiler
2020-12-25 15:31:12 +01:00
jojo
97a766c797 Fix naming
Fix SecurityException
2020-12-24 14:44:03 +01:00
jojo
65f747fdb3 Simplify VersionedCallable
Simplify VersionedRunnable
2020-12-24 14:24:48 +01:00
e3e38d6a05 Fix typo 2020-12-24 13:41:08 +01:00
jojo
19394d03ee Update to Core.versionDependantCall 2020-12-24 12:56:17 +01:00
jojo
1b188977a0 Add Copyright
Optimize Imports
2020-12-24 12:07:11 +01:00
jojo
8468d9a13e Add versionDependantCall, See #144 BauSystem 2020-12-24 12:04:50 +01:00
d5e7f82c5b Improve GUI 2020-12-24 09:42:56 +01:00
dc92ce6fda Hotfix TPSZone 2020-12-22 08:36:38 +01:00
1e6c349880 Hotfix SWListInv 2020-12-22 08:32:42 +01:00
e3eeb3607e Switch to consumer + remove debug message 2020-12-21 17:27:31 +01:00
50d3252276 Implementing AnvilGUI + optional CustomItems in SWListInv + Refactoring 2020-12-21 12:59:49 +01:00
c69abf4470 Merge pull request 'Update links and timestamp on multiple link accesses' (#77) from updateLinks into master
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2020-12-19 12:25:12 +01:00
dba63ffa90 Fix naming 2020-12-19 12:19:01 +01:00
ea025bb424 Merge pull request 'Fix resourceBundleLoading' (#76) from fixMessageLoading into master
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2020-12-19 12:18:27 +01:00
bb1229463b Hotfix multiplication issue 2020-12-19 11:53:51 +01:00
46f05820d8 Remove uneditable sign warning from database 2020-12-19 11:42:50 +01:00
f00ffb32a5 Update links and timestamp on multiple link accesses 2020-12-19 09:22:50 +01:00
4c290d5d3c Fix resourceBundleLoading 2020-12-18 15:48:34 +01:00
26c67801d0 Minimize SQL queries 2020-12-15 21:03:08 +01:00