-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Mod Material support, for Hybrid Server #7126
Conversation
(ref: #7121 (comment))
(ref: #7121) good job! your unrealized plan in the previous PR was finally realized, while ensuring the core functions of Skript. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good!
i just did some tests, no worry, all of them are runned as expected:
this is an epic PR for me, thanks! this is why i love Skript's community. |
|
Just like |
I'd like |
Actually idk what is it, but there was a |
i don't think there is a need to add warnings... because it doesn't affect vanilla server at all. btw,
this is not a thing only about modded platforms. i could use my reply above:
|
I feel like we should, because some modded platforms mess with some internal code so yeah, and plus if people go to open an issue about it, they may see that yellow warning message and not do it |
I'm neutral. It doesn't matter if we warn them or not. |
I am in favor of this pull request. While it's true that Skript doesn't officially support Hybrid servers, a significant number of users still use it with Hybrid servers. Therefore, I believe it's highly beneficial to merge this. |
currently it doesn't support mod's entity type, maybe it will be better if this PR makes Skript support mod entities, just like using the command below to summon a mod entity:
thank you for bringing this epic PR! |
That's out of scope for this PR, and probably out of scope in general for skript at the current moment, since it would involve adding entitydatas. |
not planned now |
Waiting for merging 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Include a warning that modded servers are not supported, we do not want issues about this filling the tracker.
How about the warnings🤔 |
Description
As title, support for items which added by mods
For PR: #7121
①
②
It's an old screenshot. Now it's
quack's abacus
The pattern just like:
mod:an_item_name_with_line
(parsed to alias)→mod's an item name with line
And vanilla aliases are not changed.
minecraft:dirt
→dirt
Target Minecraft Versions: any
Requirements: none
Related Issues: #4051 #4678 #4778 #6503