Suitcase

0 Downloads

Suitcase

This plugin gives your server a voting and warning system. Regular users can rate others and admins can warn players. As result you can configure bonuses for well-rated players (such as money, permissions/ranks etc.) or define punishments for multiple warned players (for example kick, jail or ban).

Usage

Players can simply vote by using commands, signs or using another, web-based rating system. All votes and warnings can be logged either in a MySQL / h2 database or in a yml-file. Admins can warn players in a similar way as rating them. You can add events as well, e.g. giving items to players when being rated or clear inventory when warned.

Configuration

config.yml

Configure basic plugin features such as enabling rating/warning and choosing the log-type and much more.

messages.yml

Set custom messages for all commands.

events.yml

Link messages or commands (e.g. like / dislike / warn or time) to special events.

Permissions / Commands

A list of all available commands and their related permissions. All arguments are optional.

/suitcase help command

Shows general plugin help.

- suitcase.help

/suitcase info

Returns authors, version name and number.

- suitcase.info

/suitcase rate player rating

Views current rating of yourself or even others, after they have rated you positive + or negative -.

- suitcase.rate

/suitcase warn player

Warns a player and executes event commands.

- suitcase.warn

/suitcase forgive player

Forgives a player and resets his warn counter. Cookies can be given.

- suitcase.warn Yes, it's warn.

/suitcase reload

Reloads the plugin with its configuration files and database connections.

- suitcase.reload

Op permissions

If you have set

mechanics:
  op-permissions: true

in config.yml, you will use these default permissions:

op:
- suitcase.*
user:
- suitcase.help
- suitcase.info
- suitcase.rate

Aliases

/suitcase ...
/sc ...
/suitcase help command
/sc h command
/sc ? command
/sc command
/sc
/suitcase info
/sc i
/sc about
/sc a
/suitcase rate player rating
/sc r player rating
/sc rating player
/suitcase warn player
/sc w player
/sc ! player
/suitcase forgive player
/sc f player

Others

Github

If you want to follow the development, check out:

Suitcase on Github

Release

Our first stable build will be probably released in 2099. If everything goes well. Maybe.


Please note

We appreciate every suggestion and feedback!