Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaprince/silksigns
⛏️📜🪧 A Minecraft Paper plugin that allows picking up written signs with the Silk Touch enchantment.
https://github.com/joshuaprince/silksigns
bukkit minecraft minecraft-plugin papermc
Last synced: about 1 month ago
JSON representation
⛏️📜🪧 A Minecraft Paper plugin that allows picking up written signs with the Silk Touch enchantment.
- Host: GitHub
- URL: https://github.com/joshuaprince/silksigns
- Owner: joshuaprince
- License: agpl-3.0
- Created: 2024-07-04T08:35:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T02:40:13.000Z (7 months ago)
- Last Synced: 2024-12-23T14:20:04.670Z (about 1 month ago)
- Topics: bukkit, minecraft, minecraft-plugin, papermc
- Language: Java
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SilkSigns
**A Minecraft Paper plugin that allows picking up written signs with the Silk Touch enchantment.**
[SilkSigns Basic Use](https://github.com/joshuaprince/SilkSigns/assets/16515311/89e30651-344b-447c-b31e-d1ef7cca58b9)
## Features
* Works with floor signs, wall signs, and hanging signs
* Front and back text are preserved
* Optionally unwax waxed signs when dropped as an item
* Sign contents are copied to item lore to identify them in the inventory
* Permissions to always drop written signs, even without Silk Touch and in creative mode
* Configurable name format and enchantment glint for written signs
* Configurable tool enchantment and level## Installation and Usage
Requires **Paper or a fork** for Minecraft **1.20.1+** and Java 21+
* Download the latest [release](https://github.com/joshuaprince/SilkSigns/releases)
* Place it in your plugins folder
* Run the server once and see the generated `SilkSigns/config.yml` for configuration options
* Give any extra permissions needed to further configure the plugin per-player### Permissions
| Permission | Default | Description |
|----------------------------|-----------|------------------------------------------------------------------------|
| `silksigns.break` | Everyone | Allow use of silk touch tools to receive written signs |
| `silksigns.break.creative` | No One | Drop written signs as items when broken, even in creative mode |
| `silksigns.break.notool` | No One | Drop written signs as items when broken, even without using silk touch |
| `silksigns.place` | Everyone | Allow placement of written signs previously obtained with silk touch |
| `silksigns.reload` | Operators | Allow use of `/silksigns reload` |### Commands
`/silksigns reload` - Reload config.yml
## Support
* Open an [issue on GitHub](https://github.com/joshuaprince/SilkSigns/issues) to report a bug or request a feature.
* Join the [Chips's Mods](https://discord.gg/g85f9sdYCm) Discord for help.