Simple Action Signs
作者:rebot | 分类:模组
Minecraft 版本: 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: bukkit paper spigot
标签: economy game-mechanics utility
Simple Action Signs
A powerful lightweight Minecraft plugin that allows players to create interactive action signs with optional cost requirements.
How to use
Creating Action Signs
- Place any sign in the world.
- Write the sign text in this format:
[title] (required) <command> (required) <description> (optional) <cost / desc> (optional)
Example Sign Setup
[teleport]
/spawn
Teleport to spawn
100
Permissions
| Permission | Description | Default |
|---|---|---|
sas.admin.reload |
Permission for reloading the plugin | op |
sas.admin |
Create, edit, and destroy action signs | op |
sas.use |
Use/interact with action signs | op |
Placeholders
| Placeholder | Description |
|---|---|
@p |
The players name. |
@u |
The players UUID. |
@w |
The world the player is currently in. |
@x, @y, @z |
The players current position. |
Commands
/sas reload- Reload the plugin configuration- Permission:
sas.reload
- Permission:
Configuration
config.yml ```yml economy: enabled: true prefix: "&a$" language: reload: "&aConfiguration successfully reloaded!" sign-created: "&aAction Sign successfully created!" sign-deleted: "&cAction Sign successfully removed!" sign-edited: "&eAction Sign successfully edited!" sneak-required: "&cYou need to be sneaking to destroy action signs." permission-use: "&cYou do not have permission to do this." not-enough-money: "&cYou do not have enough money to do this." action-not-found: "&cThe action '' does not exist. Did you mean to use a slash command?" list-signs: none-found: "&eNo signs were found." invalid-page: "&cThe page '' doesn't exist. Maximum page is ." title: - "&3=== &bSign Actions &7(Page /) &3===" - "&7Total Signs: " element-format: - "&3. &b" - " &7Placed by: &f" - " &7Command: &f" - " &7Description: &f" - " &7Cost: " footer: - "&7Use &f/sas list &7to navigate." ```请登录后举报
暂无评论,抢个沙发吧~