AdvancedSignEdit
Hello everyone, today I present AdvancedSignEdit!
With this plugin, you can edit an sign!
Dependence
Warning: The version 1.2.0 isn't compatible with MineAPI 1.6.4, you must have the version 1.1.0 or MineAPI 2.0.0 (Recommended).
- MineAPI (Page)
Screenshots
![]()
Before editing
![]()
After editing
![]()
Configuration
Code (Text):#Configuration of AdvancedSignEdit
Config:
#Lists of texts if present on line 1 of a not editable sign
SignNotEditable:
- '&1[Heal]'
- '&4[Heal]'
- '&1[Gamemode]'
- '&4[Gamemode]'
- '&1[Free]'
- '&4[Free]'
- '&1[Disposal]'
- '&4[Disposal]'
- '&1[Time]'
- '&4[Time]'
- '&1[Weather]'
- '&4[Weather]'
Messages
Command and permissions:Code (Text):#Change the different messages of the plugin!
Prefix:
Usage: '&4[Usage] '
Error: '&4[Error] '
Permissions: '&4[Permissions] '
#The message is sent when the plugin open a sign editor
OpenGui:
Message: '&aOpen GUI...'
Chat: true
ActionBarMessage: false
#The message is sent when the sign was edited successful
ChangeSuccess:
Message: '&aSign was changed successful!'
Chat: true
ActionBarMessage: false
#The message is sent when the sign was copyed successfully!
CopySuccess:
Message: '&aSign was copyed successfully!'
Chat: true
ActionBarMessage: false
#The message is sent when the sign was pasted successfully!
PasteSuccess:
Message: '&aSign was pasted successfully!'
Chat: true
ActionBarMessage: false
#The message is sent when the configuration was reloaded successful
ReloadSuccess:
Message: '&aThe AdvancedSignEdit configuration was reloaded successful!'
Chat: true
ActionBarMessage: false
#The message is sent when the block is not a sign
IsNotASign:
Message: '&cThe block is not a sign!'
Chat: true
ActionBarMessage: false
#The messages is sent when player try edit a not editable sign.
SignNotEditable:
Message: '&cThis sign is not editable!'
Chat: true
ActionBarMessage: false
ClipboardIsEmpty:
Message: '&cYou clipboard is empty!'
Chat: true
ActionBarMessage: false
InvalidNumber:
Message: '&cThe number specified is invalid!'
Chat: true
ActionBarMessage: false
Link
- /editSign (advancedsignedit.cmd.editsign)
- /editSign open Open the sign GUI editor (advancedsignedit.cmd.editsign)
- /editSign setline <Index> <Text> Sets the text at the index from 0 to 4 (advancedsignedit.cmd.editsign)
- /editSign copy Copy all text of the sign in your clipboard (advancedsignedit.cmd.editsign)
- /editSign paste Paste the content in your clipboard on the sign. (advancedsignedit.cmd.editsign)
- /advancedsigndit (advancedsignedit.cmd.advancedsignedit)
- /advancedsignedit reload (advancedsignedit.cmd.advancedsignedit.reload)
- Edit a non-editable sign: advancedsignedit.bypass
More informations
License: GPLv3
Enjoy with this plugin!