[FEATURE] Script Class Blacklisting - #486
Open
nykwono wants to merge 2 commits into
Open
Conversation
AbnormalPoof
force-pushed
the
script-class-field-blacklisting
branch
from
September 8, 2026 20:04
49212dc to
eb73e02
Compare
Contributor
|
This PR has merge conflicts... |
Author
|
Im locked out of my house til please have mercy on me |
nykwono
force-pushed
the
script-class-field-blacklisting
branch
from
September 8, 2026 21:41
eb73e02 to
32b0df2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds being able to blacklist other scripted classes, and fields of other scripted classes like how you can blacklist other classes.
How it works
Blacklisting Scripted Classes

When making a script class, you can blacklist the script by putting the
@:blacklistedmetadata over the class as shown below.Blacklisting Script Classes Fields

Similarly to blacklisting whole script classes, you're able to blacklist any fields or functions of a script class be inserting the
@:blacklistedmetadata.