Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands have trouble registering and deregistering #6486

Closed
1 task done
AhplBusinessman opened this issue Mar 8, 2024 · 2 comments
Closed
1 task done

Commands have trouble registering and deregistering #6486

AhplBusinessman opened this issue Mar 8, 2024 · 2 comments
Labels
waiting for reply The report needs a response from the reporter to determine course of action.

Comments

@AhplBusinessman
Copy link

AhplBusinessman commented Mar 8, 2024

Skript/Server Version

[18:52:41 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[18:52:41 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[18:52:41 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[18:52:41 INFO]: [Skript] Server Version: git-Paper-405 (MC: 1.20.4)
[18:52:41 INFO]: [Skript] Skript Version: 2.8.3 (skriptlang-github)
[18:52:41 INFO]: [Skript] Installed Skript Addons:
[18:52:41 INFO]: [Skript]  - skript-reflect v2.4 (https://github.com/SkriptLang/skript-reflect)
[18:52:41 INFO]: [Skript]  - SkBee v3.3.0 (https://github.com/ShaneBeee/SkBee)
[18:52:41 INFO]: [Skript] Installed dependencies:
[18:52:41 INFO]: [Skript]  - Vault v1.7.3-b131

Bug Description

Only specific commands are registering in a pattern i can't discern, commands are not being deregistered upon reload when its no longer located in the file, I am very sure the files are saving

the removed commands persist through restarts of the server

Expected Behavior

Commands are registered and deregistered properly

Steps to Reproduce

command /abcdef:
	trigger:
		broadcast {var}

command /removea <number>:
	trigger:
		remove arg-1 from {var}

command /takea <number>:
	trigger:
		add arg-1 to {var}

Errors or Screenshots

No response

Other

The contents of the commands or if there are arguments specified seem to not matter at all

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
@AyhamAl-Ali
Copy link
Member

Are you still having this issue? can you try Skript 2.8.2 see if that fixes the issue

@AyhamAl-Ali AyhamAl-Ali added the waiting for reply The report needs a response from the reporter to determine course of action. label Mar 12, 2024
@Moderocky
Copy link
Member

Closing, no more information was provided and we can't reproduce the bug.

@Moderocky Moderocky closed this as not planned Won't fix, can't repro, duplicate, stale Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for reply The report needs a response from the reporter to determine course of action.
Projects
None yet
Development

No branches or pull requests

3 participants