OnLoginMessager
OnLogin Messager

Custom INDIVIDUAL on join\quit messages
v1.02
Custom INDIVIDUAL on join\quit messages
v1.02
With this small plugin players can set custom INDIVIDUAL onjoin\onquit messages. Messages editing with commands, and shows randomly.
Installation:
Just put jar into bukkit's plugin folder - config file will create automaticly.
Commands:
| Command | Description | Permission | |
|---|---|---|---|
| 1 | /olm | Shows all yours messages | none |
| 2 | /olm add (join/quit) (message) | Add message | olm.change.(join\quit) |
| 3 | /olm delete (join/quit) (number) | Delete join\quit message on number | olm.change.(join\quit) |
| 4 | /olm reload | Reload config | olm.admin |
Permission nodes:
| Node | Description | |
|---|---|---|
| 1 | olm.active.(join/quit) | Activates OLM for a player. If he dont have this - messages (even if player has messages) will not appear |
| 2 | olm.change.(join/quit) | Give access to /olm add and /olm delete command. Considered upper |
| 3 | olm.color | If player has this - colorcodes parse in his messages |
| 4 | olm.limit | Whith this permission player have'nt limit of chars per message |
| 5 | olm.max.level(1,2,3) | With this player got restriction of summary join\quit messager equally max-level(1,2,3) in config |
| 6 | olm.admin | Player can reload config |
Config file:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | settings: #limit message length limit: 50 #max messages for player max: 3 #max messages for player, if he have olm.max.level1 max-level1: 5 #similatly previous max-level2: 10 #similatly previous max-level3: 15 messages: #messages templates ... players: #name 5Shadow7Prince: #join messages join-messages: #string list - &4Angry admin 5Shadow7Prince join! #quit messages quit-messages: #string list - &2Take it easy, 5Shadow7Prince quit! |
-
View User Profile
-
Send Message
Posted Apr 26, 2012Is this plugin inactive?
-
View User Profile
-
Send Message
Posted Feb 21, 2012@consolesvn I mean "or ... or" You can add olm.change.* for both
-
View User Profile
-
Send Message
Posted Dec 9, 2011how do you add the permission olm.change.(join\quit) do you add it like olm.change.join and olm.change.quit or you add it just like olm.change.(join\quit)