Tags
Creators
Details
1.3+mod
Compatibility
Changes
Op Edition Merged
Op Edition is now baked in and is the main version. To enable Simple Displays for everyone, run /function sdsetting:oponly. This toggles it on and off if you run it multiple time. You can also run /scoreboard players set OpOnly SDSettings 0.
1.20.3/4 Command Macros
Added More specialized commands with Macros to easier customize displays. These are only for Operators. Replace X's with specific values
/function sdcustom:place_custom_block {block:X} (Any Block id. No need to add Minecraft:)/function sdcustom:place_custom_item {item:X} (Any Item id. No need to add Minecraft:)/function sdcustom:place_custom_text {text:X,color:X} (Text: What you want on the display,Color: Legacy Minecraft Colors)/function sdcustom:precise_custom_block {block:X} (Any Block id. No need to add Minecraft:)/function sdcustom:precise_custom_item {item:X} (Any Item id. No need to add Minecraft:)/function sdcustom:precise_custom_text {text:X,color:X} (Text: What you want on the display,Color: Legacy Minecraft Colors)/function sdcustom:replace_custom_text {text:X,color:X} (Text: What you want on the display,Color: Legacy Minecraft Colors)/function sdcustom:set_custom_billboard {type:X,billboard:X} (type: entity - Make sure to add _display -, billboard: fixed, vertical, horizontal, or center)/function sdcustom:set_custom_scale {type:X,scale:X} (type: entity - Make sure to add _display -, Scale of Entity)/function sdcustom:set_full_custom_scale {type:X,scale1:X,scale2:X,Scale3:X} (type: entity - Make sure to add _display -, Scale: X, Y & Z of Entity)
Other Updates
All Functions moved from minecraft & mainfunction to sdfunction,sdcustom, & sdsetting.
Added a prefix to all messages that show it's in Simple Displays
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:JSGG6SuB:nemXblpV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JSGG6SuB:nemXblpV"
}

