
Invisible Frames
Simple toggle from visible to invisible for item frames
Обновлён 30 июня 2024 г. · опубликован 13 ноября 2022 г.
Simple toggle for invisible item frames
Shift-right-click to turn an item frame invisible/visible
Requires invisibleframes.toggleframes permission
Config:
lock-frame: true and toggle-empty: false
lock-frame sets the item frames to locked when they are invisible, stopping the items from being able to be knocked out, and having a random invisible item frame you cannot see
toggle-empty allows the item frame to be toggled when empty. This is off by default so as not to have random invisible frames everywhere
blacklisted-items: blacklist, items must be declared how they would be written in a vanilla /give command
<repository>
<id>modrinth-repo</id>
<url>https://api.modrinth.com/maven/</url>
</repository>
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>invisible-frames</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:invisible-frames:1.2'
}
If you use a Purpur server, check out PurpurExtras for similar small QOL game improvements! (That's what this code was originally written for, lol)
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.2.2 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | folia, paper, purpur | 30 июня 2024 г. | Скачать (12 КБ) |
| 1.2.1 | Релиз | 1.20.2, 1.20.3, 1.20.4, 1.20.5 | folia, paper, purpur | 27 марта 2024 г. | Скачать (12 КБ) |
| 1.2 | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | paper, purpur | 23 мая 2023 г. | Скачать (12 КБ) |
| 1.1 | Релиз | 1.19, 1.19.1, 1.19.2, 1.19.3 | paper, purpur | 6 марта 2023 г. | Скачать (8 КБ) |
| 1.0 | Релиз | 1.19, 1.19.1, 1.19.2, 1.19.3 | bukkit, paper, purpur, spigot | 10 января 2023 г. | Скачать (6 КБ) |
| 0.0 | Альфа | 1.18.2, 1.19, 1.19.1, 1.19.2 | bukkit, paper, purpur, spigot | 13 ноября 2022 г. | Скачать (5 КБ) |
Ченджлог
1.2.2Релиз1.21.9, 1.21.10, 1.21.11 · 30 июня 2024 г.
- Fixes the mappings so that paper will not remap it.
- No other changes
1.2.1Релиз1.20.3, 1.20.4, 1.20.5 · 27 марта 2024 г.
Adds folia support, courtesy of @YouHaveTrouble in # 3
1.2Релиз1.19.2, 1.19.3, 1.19.4 · 23 мая 2023 г.
What's Changed
- Adds API
- Frames changing state now uses an event, so that cancelling the behavior is easier
- Adds a blacklist option - intakes vanilla structured item declaration (
minecraft:gold_nugget{CustomModelData:1234})
Imports:
<repository>
<id>modrinth-repo</id>
<url>https://api.modrinth.com/maven/</url>
</repository>
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>invisible-frames</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:invisible-frames:1.2'
}
Javadocs
1.1Релиз1.19.1, 1.19.2, 1.19.3 · 6 марта 2023 г.
Added
- ItemsAdder Support (Plugin will not unhide ItemsAdder Custom Items)
GitHub Changes
What's Changed
- Boom. by @BillyGalbreath in https://github.com/ADHDMC/InvisibleFrames/pull/1
New Contributors
- @BillyGalbreath made their first contribution in https://github.com/ADHDMC/InvisibleFrames/pull/1
Full Changelog: https://github.com/ADHDMC/InvisibleFrames/commits/v1.1
1.0Релиз1.19.1, 1.19.2, 1.19.3 · 10 января 2023 г.
1.0
- Fixes an issue where the API version was incorrectly declared as 1.19 in plugin.yml, plugin should properly work on 1.18 versions now
- Adds a reload command:
/ifreloadfor reloading the configuration in game, with the permissioninvisibleframes.reload - Also noticed that there are no paper specific methods used in this project, bukkit and spigot servers can also use this plugin
0.0Альфа1.19, 1.19.1, 1.19.2 · 13 ноября 2022 г.
Initial release
Комментарии
Загружаем…


