Skip to content

Releases: XTerPL/DFScript

Build-25

05 Feb 01:30
Compare
Choose a tag to compare

Commits

  • ef25ede: 1) moved all the control actions into a new category called Control (XTerPL)

Build-24

29 Nov 12:53
3fad8e6
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #16
  • f47b3ef: Update cloth config (TechStreet) #16
  • d8e1320: Try and make it compile (TechStreet) #16
  • 036058c: Update UpdateAlerts.java (TechStreet) #16
  • 5a650ba: Fix some compiler errors (TechStreet) #16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #16
  • ef69502: Player name and UUID values (RedCommand-dev) #7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #13
  • 56093f5: Generate random int & double (RedCommand-dev) #13
  • c14e823: Generate random int & double (RedCommand-dev) #13
  • 2434666: vscode and bin ignore (RedCommand-dev) #13
  • e4e5860: Generate random int & double (RedCommand-dev) #13
  • 598eef8: Added a settings menu (XTerPL) #16
  • 7944bd5: Futher work on script configuration (XTerPL) #16
  • 4714d44: The options now show their name. (XTerPL) #16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #16
  • 79ee10d: Made everything related to config save (XTerPL) #16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #16
  • c2a03b3: 3 new Script Options (XTerPL) #16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #16
  • 51c2754: fixed like 2 description issues (XTerPL) #16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #19
  • 922df61: Change link (RedCommand) #20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #24
  • c353a44: improved PLAY_SOUND (XTerPL) #24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL) #26
  • c2ae17f: added List Options lmao (XTerPL) #26
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL) #26
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL) #26
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL) #26
  • 92f2de7: added DUAL and DICTIONARY option types (XTerPL) #26
  • c6e1a01: added comments (XTerPL) #26
  • 3ba586f: fixed the SendChatEvent not triggering when using a registered command with arguments... (XTerPL) #27
  • a36adaf: oops, nearly forgot to remove the debug ChatUtil.infos (XTerPL) #27
  • d260c24: added functions + made the Events category be an actual category (XTerPL)
  • 1d3bb67: Update README.md (TechStreet)
  • 1ae2114: Protect the scripts command (GeorgeRNG) #28
  • f2cacbc: Fix scaling issues. (GeorgeRNG) #28
  • 955b56c: Add recursion limit (GeorgeRNG) #28
  • 355bf3b: Warning:(96, 38) Concatenation can be replaced with text block (GeorgeRNG) #28
  • e33cda2: Merge remote-tracking branch 'upstream/1.19' into XTer-5 (XTerPL)
  • 5fedd63: Added a way to change the icon of a function (XTerPL)
  • 3fad8e6: Merge branch 'DFOnline:1.19' into XTer-4-1 (XTerPL)

Build-23

29 Nov 12:52
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #16
  • f47b3ef: Update cloth config (TechStreet) #16
  • d8e1320: Try and make it compile (TechStreet) #16
  • 036058c: Update UpdateAlerts.java (TechStreet) #16
  • 5a650ba: Fix some compiler errors (TechStreet) #16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #16
  • ef69502: Player name and UUID values (RedCommand-dev) #7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #13
  • 56093f5: Generate random int & double (RedCommand-dev) #13
  • c14e823: Generate random int & double (RedCommand-dev) #13
  • 2434666: vscode and bin ignore (RedCommand-dev) #13
  • e4e5860: Generate random int & double (RedCommand-dev) #13
  • 598eef8: Added a settings menu (XTerPL) #16
  • 7944bd5: Futher work on script configuration (XTerPL) #16
  • 4714d44: The options now show their name. (XTerPL) #16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #16
  • 79ee10d: Made everything related to config save (XTerPL) #16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #16
  • c2a03b3: 3 new Script Options (XTerPL) #16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #16
  • 51c2754: fixed like 2 description issues (XTerPL) #16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #19
  • 922df61: Change link (RedCommand) #20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #24
  • c353a44: improved PLAY_SOUND (XTerPL) #24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL) #26
  • c2ae17f: added List Options lmao (XTerPL) #26
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL) #26
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL) #26
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL) #26
  • 92f2de7: added DUAL and DICTIONARY option types (XTerPL) #26
  • c6e1a01: added comments (XTerPL) #26
  • 3ba586f: fixed the SendChatEvent not triggering when using a registered command with arguments... (XTerPL) #27
  • a36adaf: oops, nearly forgot to remove the debug ChatUtil.infos (XTerPL) #27
  • d260c24: added functions + made the Events category be an actual category (XTerPL)
  • 1d3bb67: Update README.md (TechStreet)
  • e33cda2: Merge remote-tracking branch 'upstream/1.19' into XTer-5 (XTerPL)
  • 5fedd63: Added a way to change the icon of a function (XTerPL)

Build-22

20 Nov 17:10
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #16
  • f47b3ef: Update cloth config (TechStreet) #16
  • d8e1320: Try and make it compile (TechStreet) #16
  • 036058c: Update UpdateAlerts.java (TechStreet) #16
  • 5a650ba: Fix some compiler errors (TechStreet) #16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #16
  • ef69502: Player name and UUID values (RedCommand-dev) #7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #13
  • 56093f5: Generate random int & double (RedCommand-dev) #13
  • c14e823: Generate random int & double (RedCommand-dev) #13
  • 2434666: vscode and bin ignore (RedCommand-dev) #13
  • e4e5860: Generate random int & double (RedCommand-dev) #13
  • 598eef8: Added a settings menu (XTerPL) #16
  • 7944bd5: Futher work on script configuration (XTerPL) #16
  • 4714d44: The options now show their name. (XTerPL) #16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #16
  • 79ee10d: Made everything related to config save (XTerPL) #16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #16
  • c2a03b3: 3 new Script Options (XTerPL) #16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #16
  • 51c2754: fixed like 2 description issues (XTerPL) #16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #19
  • 922df61: Change link (RedCommand) #20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #24
  • c353a44: improved PLAY_SOUND (XTerPL) #24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL) #26
  • c2ae17f: added List Options lmao (XTerPL) #26
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL) #26
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL) #26
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL) #26
  • 92f2de7: added DUAL and DICTIONARY option types (XTerPL) #26
  • c6e1a01: added comments (XTerPL) #26
  • 3ba586f: fixed the SendChatEvent not triggering when using a registered command with arguments... (XTerPL) #27
  • a36adaf: oops, nearly forgot to remove the debug ChatUtil.infos (XTerPL) #27
  • d260c24: added functions + made the Events category be an actual category (XTerPL)

Build-21

20 Nov 00:08
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #27,#16
  • f47b3ef: Update cloth config (TechStreet) #27,#16
  • d8e1320: Try and make it compile (TechStreet) #27,#16
  • 036058c: Update UpdateAlerts.java (TechStreet) #27,#16
  • 5a650ba: Fix some compiler errors (TechStreet) #27,#16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #27,#16
  • ef69502: Player name and UUID values (RedCommand-dev) #27,#7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #27,#10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #27,#12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #27,#13
  • 56093f5: Generate random int & double (RedCommand-dev) #27,#13
  • c14e823: Generate random int & double (RedCommand-dev) #27,#13
  • 2434666: vscode and bin ignore (RedCommand-dev) #27,#13
  • e4e5860: Generate random int & double (RedCommand-dev) #27,#13
  • 598eef8: Added a settings menu (XTerPL) #27,#16
  • 7944bd5: Futher work on script configuration (XTerPL) #27,#16
  • 4714d44: The options now show their name. (XTerPL) #27,#16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #27,#16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #27,#16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #27,#16
  • 79ee10d: Made everything related to config save (XTerPL) #27,#16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #27,#16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #27,#16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #27,#16
  • c2a03b3: 3 new Script Options (XTerPL) #27,#16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #27,#16
  • 51c2754: fixed like 2 description issues (XTerPL) #27,#16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #27,#16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #27,#16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #27,#19
  • 922df61: Change link (RedCommand) #27,#20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #27,#22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #27,#22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #27,#24
  • c353a44: improved PLAY_SOUND (XTerPL) #27,#24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #27,#24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #27,#24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #27,#24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #27,#23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #27,#24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #27,#24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #27,#24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #27,#24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #27,#24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL) #27,#26
  • c2ae17f: added List Options lmao (XTerPL) #27,#26
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL) #27,#26
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL) #27,#26
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL) #27,#26
  • 92f2de7: added DUAL and DICTIONARY option types (XTerPL) #27,#26
  • c6e1a01: added comments (XTerPL) #27,#26
  • 3ba586f: fixed the SendChatEvent not triggering when using a registered command with arguments... (XTerPL) #27
  • a36adaf: oops, nearly forgot to remove the debug ChatUtil.infos (XTerPL) #27

Build-20

20 Nov 00:05
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #27,#16
  • f47b3ef: Update cloth config (TechStreet) #27,#16
  • d8e1320: Try and make it compile (TechStreet) #27,#16
  • 036058c: Update UpdateAlerts.java (TechStreet) #27,#16
  • 5a650ba: Fix some compiler errors (TechStreet) #27,#16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #27,#16
  • ef69502: Player name and UUID values (RedCommand-dev) #27,#7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #27,#10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #27,#12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #27,#13
  • 56093f5: Generate random int & double (RedCommand-dev) #27,#13
  • c14e823: Generate random int & double (RedCommand-dev) #27,#13
  • 2434666: vscode and bin ignore (RedCommand-dev) #27,#13
  • e4e5860: Generate random int & double (RedCommand-dev) #27,#13
  • 598eef8: Added a settings menu (XTerPL) #27,#16
  • 7944bd5: Futher work on script configuration (XTerPL) #27,#16
  • 4714d44: The options now show their name. (XTerPL) #27,#16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #27,#16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #27,#16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #27,#16
  • 79ee10d: Made everything related to config save (XTerPL) #27,#16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #27,#16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #27,#16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #27,#16
  • c2a03b3: 3 new Script Options (XTerPL) #27,#16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #27,#16
  • 51c2754: fixed like 2 description issues (XTerPL) #27,#16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #27,#16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #27,#16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #27,#19
  • 922df61: Change link (RedCommand) #27,#20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #27,#22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #27,#22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #27,#24
  • c353a44: improved PLAY_SOUND (XTerPL) #27,#24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #27,#24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #27,#24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #27,#24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #27,#23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #27,#24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #27,#24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #27,#24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #27,#24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #27,#24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL) #27,#26
  • c2ae17f: added List Options lmao (XTerPL) #27,#26
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL) #27,#26
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL) #27,#26
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL) #27,#26
  • 92f2de7: added DUAL and DICTIONARY option types (XTerPL) #27,#26
  • c6e1a01: added comments (XTerPL) #27,#26
  • 3ba586f: fixed the SendChatEvent not triggering when using a registered command with arguments... (XTerPL) #27

Build-19

19 Nov 16:26
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #16
  • f47b3ef: Update cloth config (TechStreet) #16
  • d8e1320: Try and make it compile (TechStreet) #16
  • 036058c: Update UpdateAlerts.java (TechStreet) #16
  • 5a650ba: Fix some compiler errors (TechStreet) #16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #16
  • ef69502: Player name and UUID values (RedCommand-dev) #7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #13
  • 56093f5: Generate random int & double (RedCommand-dev) #13
  • c14e823: Generate random int & double (RedCommand-dev) #13
  • 2434666: vscode and bin ignore (RedCommand-dev) #13
  • e4e5860: Generate random int & double (RedCommand-dev) #13
  • 598eef8: Added a settings menu (XTerPL) #16
  • 7944bd5: Futher work on script configuration (XTerPL) #16
  • 4714d44: The options now show their name. (XTerPL) #16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #16
  • 79ee10d: Made everything related to config save (XTerPL) #16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #16
  • c2a03b3: 3 new Script Options (XTerPL) #16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #16
  • 51c2754: fixed like 2 description issues (XTerPL) #16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #19
  • 922df61: Change link (RedCommand) #20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #24
  • c353a44: improved PLAY_SOUND (XTerPL) #24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL)
  • c2ae17f: added List Options lmao (XTerPL)
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL)
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL)
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL)
  • 92f2de7: added DUAL and DICTIONARY option types (XTerPL)
  • c6e1a01: added comments (XTerPL)

Build-18

18 Nov 06:48
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #16
  • f47b3ef: Update cloth config (TechStreet) #16
  • d8e1320: Try and make it compile (TechStreet) #16
  • 036058c: Update UpdateAlerts.java (TechStreet) #16
  • 5a650ba: Fix some compiler errors (TechStreet) #16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #16
  • ef69502: Player name and UUID values (RedCommand-dev) #7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #13
  • 56093f5: Generate random int & double (RedCommand-dev) #13
  • c14e823: Generate random int & double (RedCommand-dev) #13
  • 2434666: vscode and bin ignore (RedCommand-dev) #13
  • e4e5860: Generate random int & double (RedCommand-dev) #13
  • 598eef8: Added a settings menu (XTerPL) #16
  • 7944bd5: Futher work on script configuration (XTerPL) #16
  • 4714d44: The options now show their name. (XTerPL) #16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #16
  • 79ee10d: Made everything related to config save (XTerPL) #16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #16
  • c2a03b3: 3 new Script Options (XTerPL) #16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #16
  • 51c2754: fixed like 2 description issues (XTerPL) #16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #19
  • 922df61: Change link (RedCommand) #20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #24
  • c353a44: improved PLAY_SOUND (XTerPL) #24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL)
  • c2ae17f: added List Options lmao (XTerPL)
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL)
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL)
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL)
  • 92f2de7: added DUAL and DICTIONARY option types (XTerPL)

Build-17

18 Nov 04:14
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #16
  • f47b3ef: Update cloth config (TechStreet) #16
  • d8e1320: Try and make it compile (TechStreet) #16
  • 036058c: Update UpdateAlerts.java (TechStreet) #16
  • 5a650ba: Fix some compiler errors (TechStreet) #16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #16
  • ef69502: Player name and UUID values (RedCommand-dev) #7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #13
  • 56093f5: Generate random int & double (RedCommand-dev) #13
  • c14e823: Generate random int & double (RedCommand-dev) #13
  • 2434666: vscode and bin ignore (RedCommand-dev) #13
  • e4e5860: Generate random int & double (RedCommand-dev) #13
  • 598eef8: Added a settings menu (XTerPL) #16
  • 7944bd5: Futher work on script configuration (XTerPL) #16
  • 4714d44: The options now show their name. (XTerPL) #16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #16
  • 79ee10d: Made everything related to config save (XTerPL) #16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #16
  • c2a03b3: 3 new Script Options (XTerPL) #16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #16
  • 51c2754: fixed like 2 description issues (XTerPL) #16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #19
  • 922df61: Change link (RedCommand) #20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #24
  • c353a44: improved PLAY_SOUND (XTerPL) #24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL)
  • c2ae17f: added List Options lmao (XTerPL)
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL)
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL)
  • fa3ca97: added text field horizontal scrolling + fixed int to text conversion (XTerPL)

Build-16

12 Nov 15:25
Compare
Choose a tag to compare

Commits

  • 7ad6b1a: Backport to 1.18 (TechStreet) #16
  • f47b3ef: Update cloth config (TechStreet) #16
  • d8e1320: Try and make it compile (TechStreet) #16
  • 036058c: Update UpdateAlerts.java (TechStreet) #16
  • 5a650ba: Fix some compiler errors (TechStreet) #16
  • 10f916a: Move changes to 1.18 branch (TechStreet) #16
  • ef69502: Player name and UUID values (RedCommand-dev) #7
  • 135e1ec: Reapply chat fixes for 1.18 (‮(gorg)) #10
  • 9b0ecec: Merge remote-tracking branch 'upstream/1.18' into XTerPL-1-118 (XTerPL) #12
  • b1dba01: \n for newline instead of array (RedCommand-dev) #13
  • 56093f5: Generate random int & double (RedCommand-dev) #13
  • c14e823: Generate random int & double (RedCommand-dev) #13
  • 2434666: vscode and bin ignore (RedCommand-dev) #13
  • e4e5860: Generate random int & double (RedCommand-dev) #13
  • 598eef8: Added a settings menu (XTerPL) #16
  • 7944bd5: Futher work on script configuration (XTerPL) #16
  • 4714d44: The options now show their name. (XTerPL) #16
  • fdfd80d: You can now rename options by left clicking the name. (XTerPL) #16
  • 2c3e8af: Fixed options rejecting their previous name (XTerPL) #16
  • 3a1b2fd: Added Script Config Arguments (XTerPL) #16
  • 79ee10d: Made everything related to config save (XTerPL) #16
  • 3b2073f: Non-Owned Script Config Modification (XTerPL) #16
  • b6b7fe8: Added an icon for the Non-Owned Script Settings Menu. (XTerPL) #16
  • 1533341: Scripts without the config element load succesfully. (XTerPL) #16
  • c2a03b3: 3 new Script Options (XTerPL) #16
  • 84b0ffc: Merge branch 'TechStreetDev:1.19' into XTer-2 (XTerPL) #16
  • 51c2754: fixed like 2 description issues (XTerPL) #16
  • dcf0a26: Merge remote-tracking branch 'upstream/1.18' into XTer-2-118 (XTerPL) #16
  • 0705d4f: fixed compiler errors cause of the backport (XTerPL) #16
  • f71b040: another dummy comment because github is having a seizure what (XTerPL) #19
  • 922df61: Change link (RedCommand) #20
  • bace810: Revert "Merge remote-tracking branch 'upstream/1.18' into XTer-2-118" (XTerPL) #22
  • 3d1b085: actually fix my mistake of accidentally pulling to 1.19 branch instead of 1.18 (XTerPL) #22
  • 3285fc9: made Escape actually remove the key binding on key fields (XTerPL) #24
  • c353a44: improved PLAY_SOUND (XTerPL) #24
  • aac8d5d: Added IF_WITHIN_RANGE and IF_NOT_WITHIN_RANGE (XTerPL) #24
  • caab6b8: Added STOP_ALL_SOUNDS, RECEIVE_SOUND (event) and several client values regarding the event (XTerPL) #24
  • ccac5b8: Added GET_VALUE_INDEX action and BOOL script option (XTerPL) #24
  • 7e04f92: Volume and pitch were inverted on PlaySound (R2VvcmdlUk5H) #23
  • c1016fc: fixed OnSendChat not working for commands expect /scripts (XTerPL) #24
  • f5add03: swapped the pitch and volume arguments (XTerPL) #24
  • 9eff1e8: Merge branch '1.19' into XTer-3 (XTerPL) #24
  • 171a3cb: fixed EVENT_VOLUME and EVENT_PITCH client values (XTerPL) #24
  • 5bffa65: Merge remote-tracking branch 'origin/XTer-3' into XTer-3 (XTerPL) #24
  • 59d79ff: fixed SendChatEvent with commands not having a slash at the beginning (XTerPL)
  • c2ae17f: added List Options lmao (XTerPL)
  • 3f9c5c2: fixed REGISTER_CMD sending an error of unrecognized argument type (XTerPL)
  • c7898c7: second commit because i forgor to select all of the changed files bruh (XTerPL)