Minecraft ReputationManager mod 2026 download
logo
minecraft mod ReputationManager

ReputationManager

Game Version: 1.13
Total Downloads: 308
Updated: Dec 21, 2018
Created: Nov 30, 2014
Download ReputationManagerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Beta v0.2.0 beta 12.62 KB Dec 21, 2018 1.13 80 download ReputationManager Beta v0.2.0 betaDownload
Beta v0.1 beta 7.43 KB Nov 30, 2014 CB 1.7.9-R0.2 228 download ReputationManager Beta v0.1 betaDownload

Screenshots

Description

Share this:

Reputation Manager

Stable Latest Dev Donate

Description

ReputationManager is a plugin that allows you to rate other players and add or remove reputation. A player cannot give another player rep more then once. Commands can even be set in the config so when a player's reputation increases or decreases to a certain mark, certain commands are run.


Commands

Command Aliases Permission Description
/addrep <Player> /+rep, /giverep reputationmanager.addrep Adds reputation to that player
/removerep <Player> /-rep, /takerep reputationmanager.removerep Removes reputation from that player
/getrep [Player] /rep, /listrep reputationmanager.getrep Lists the players or your own reputation

Permissions

Permission Description
reputationmanager.* Grants the player all ReputationManager permissions
reputationmanager.addrep Adds reputation to that player
reputationmanager.removerep Removes reputation from that player
reputationmanager.getrep Lists the players or your own reputation
reputationmanager.exempt Exempts the player from being used in commands upon reputation change

Configuration

The commands that run on reputation change are configured in the config file in this format 'reputation.decrease.{level}' or 'reputation.increase.{level}'. So if a players reputation increases to 5 and 'reputation.increase.5' exists, all commands under it will run and {player} in the commands will be replaced with the players name.


Upcoming

  • Placeholders API support

Change-log

Beta v0.2.0

  • Reworked plugin
  • Introduced rudimentary untested JDBC SQL support
  • Added {previous} and {current} placeholders
  • Added /rep as an alias of /getrep
  • Updated to craftbukkit 1.13.2 (and tested on spigot)

Example

This example utilizes commands from GroupManager and commands to promote/demote someone may vary if you are using a different permission/group handlind plugin.

 

reputation:
  decrease:
    -100:
      - "mandemote {player} Ronald_McDonald"
      - "broadcast {player} is the very hated man"
    -1:
      - "msg {player} Your reputation has decreased from {previous} to {current}"
  increase:
    1:
      - "msg {player} Your have reputation has increased from {previous} to {current}"
    100:
      - "manpromote {player} Satan"
      - "broadcast {player} is the very popular man"

 

Comments

Add a comment