SteamWar/BauSystem
Archiviert
13
0
Commit graph

106 Commits

Autor SHA1 Nachricht Datum
230de54cbf Merge pull request 'Fixing Loader String Double Activation' (#159) from loader_string_interaction into master
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2021-01-09 20:55:20 +01:00
8b1d8e5d40 Merge pull request 'Fixing Detonator' (#158) from fixing_some_detonator into master
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2021-01-09 20:54:36 +01:00
Chaoscaot
fb7b9ae393 Error 404 Changeset Unknown 2021-01-09 20:53:26 +01:00
jojo
ac35ae2a47 Hotfix ScriptListener 2021-01-09 20:43:53 +01:00
bc3174174e Merge pull request 'Script Turing Completeness' (#152) from ScriptBranches into master
Reviewed-by: Chaoscaot <chaoscaot444@gmail.com>
2021-01-09 20:40:15 +01:00
jojo
3af3ef5fdd Fix CommandScript 2021-01-09 20:33:54 +01:00
Chaoscaot
d20cda08ce Changes 2021-01-05 17:46:00 +01:00
Chaoscaot
9150a3a4c7 Changes 2021-01-05 17:36:57 +01:00
Chaoscaot
7e9fb81faa Fixing Loader String Double Activation 2021-01-05 16:44:40 +01:00
Chaoscaot
b6b92c4be9 Fixing Loader String Double Activation 2021-01-05 16:13:37 +01:00
Chaoscaot
09ba3a091b Fixing even more Things 2021-01-05 13:31:07 +01:00
Chaoscaot
9fd1efb610 Fixing some more Things 2021-01-05 13:15:37 +01:00
Chaoscaot
b1672be384 Fixing some Things 2021-01-05 13:13:05 +01:00
Chaoscaot
2a1e4578d6 Fixing Detonator 2021-01-05 03:06:27 +01:00
jojo
ffd080411f Add Inventory click support 2021-01-04 20:28:23 +01:00
jojo
eedc6f3e80 Add Script Documentation in CommandScript 2021-01-02 17:24:25 +01:00
jojo
fec21c9a92 Add Execution Points back 2020-12-30 11:48:38 +01:00
jojo
570de88059 Add variable replacing for every command 2020-12-29 21:24:58 +01:00
jojo
a8e6edefb8 Simplify ScriptListener 2020-12-29 20:28:57 +01:00
jojo
5022da13a8 Add if
Add var
Add info Variable code
Add ExecutionPoints for limiting server performance
2020-12-21 15:39:57 +01:00
jojo
3ad8bc4a06 Add VariableHolder 2020-12-21 13:15:05 +01:00
jojo
60e611a098 Add info feature 2020-12-21 12:48:32 +01:00
jojo
cf3eceedf6 Add Loop feature 2020-12-21 12:47:40 +01:00
edbba0f545 Improve join performance 2020-12-21 11:15:51 +01:00
ba7888eb56 Lixfels trace changes 2020-12-18 22:38:31 +01:00
jojo
2ecd71baeb Simplify version dependant 2020-12-17 20:06:43 +01:00
jojo
19ee52aee5 Add ExplodeListener
Add RecordManager
Add RecordTrace
Add ShowTrace basics
Add TNTEntity basics
2020-12-17 19:43:30 +01:00
jojo
599c6049be Add Trace Record System 2020-12-16 16:27:08 +01:00
jojo
3cc70f1f71 Merge branch 'master' into Tracer-entity 2020-12-16 15:50:29 +01:00
jojo
f4aaefeb2b Fix message 2020-12-16 12:05:04 +01:00
jojo
bde263de50 Fix TPS Bugs with ScriptListener 2020-12-16 12:00:17 +01:00
jojo
b1ada402e3 Add message color codes 2020-12-16 11:58:44 +01:00
jojo
d24d4ee49f Update chat messages 2020-12-16 11:49:49 +01:00
jojo
e21fd6acfb Update chat messages 2020-12-16 11:40:12 +01:00
jojo
ee701cce0d Change ScripSystem prefix to BauSystem prefix 2020-12-16 11:32:10 +01:00
jojo
3cdfae7c86 Simplify Error messages for user 2020-12-16 11:31:27 +01:00
jojo
45eea9b26e Remove overhead from sleep Command 2020-12-16 11:09:10 +01:00
jojo
552649f884 Fix RightClickAir and LeftClickAir 2020-12-16 10:31:02 +01:00
jojo
4a9a317428 Simplify sleep Command
Simplify further command additions
2020-12-16 10:00:29 +01:00
jojo
203519b15f Add messages for player 2020-12-16 09:36:28 +01:00
jojo
93003de08d Make ScriptListener.ScriptExecutor.player final
Make ScriptListener.ScriptExecutor.commands final
Fixing commands without spaces
Fixing negative and zero sleepTime
Add Error message on sleep without number
Remove throw-away-references
2020-12-16 09:26:17 +01:00
jojo
15570cab7c Make Sleep 'CaSeInDePeNdEnCe'
Make Sleep Command like Bukkit Command (String.split(" "))
2020-12-16 09:08:27 +01:00
jojo
5b73ec5305 Fix ignored Sleep Time 2020-12-16 09:04:31 +01:00
jojo
00a77b378b Merge ScriptListener.Script and ScriptListener.ScriptExecutor 2020-12-16 09:04:18 +01:00
jojo
ee94b51612 Add basic sleep command to ScriptSystem 2020-12-15 20:33:40 +01:00
879585e542 Merge pull request 'Remove superflous chained command' (#138) from removeChained into master
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2020-12-12 16:44:59 +01:00
jojo
571e5a22ec Merge branch 'master' into ScriptComments
# Conflicts:
#	BauSystem_Main/src/de/steamwar/bausystem/world/ScriptListener.java
2020-12-12 16:35:26 +01:00
c6e8cad799 Fix WE Security issue 2020-12-11 15:31:54 +01:00
e901568a07 Hotfix WE security issue 2020-12-11 15:19:15 +01:00
0f03e2b0a9 Hotfix WE security issue 2020-12-11 14:55:09 +01:00