Install


How to Install

  1. Make sure you have installed Vault plugin.
  2. Place Score.jar to your craftbukkit server's plugins directory.
  3. Configure permissions. (optional)
  4. Restart your bukkit server to generate config.yml.
  5. Edit config.yml in Score directory. (see below)
  6. /scr reload

Configuration

config.yml can be generated automatically, but without comments. This is an example config file with comments.

For detailed meaning of these parameters, please refer to Formulas.

# How much money to take from viewer when give a score.
price: 25.0
# How much money the viewer will win if he has given the exact score to the final score.
viewer_max_reward: 500.0
# How much money the author will win if he has got score of 10.0.
auther_max_reward: 5000.0
# If the difference form viewer's score to final score is greater than this, he will win no money.
viewer_score_threshold: 1.0
# If the score of auther is less than this, he will win no money.
auther_score_threshold: 6.0
# How much money to take from player when teleport to a score sign.
tp_price: 50.0

Permissions

This is the full permissions define for this plugin.

For easy configuration, just give admin permission of score.* .

permissions:
  score.*:
    description: Gives access to all.
    children:
      score.admin: true
  score.admin:
    description: Allows you to manage Score.
    default: op
    children:
      score.use: true
      score.open: true
      score.clear: true
      score.close: true
      score.maxreward: true
      score.moreinfo: true
      score.break: true
      score.reload: true
      score.forcedscore: true
  score.use:
    description: Allows you to get info, give score, list score signs and tp to one of them.
    default: true
    children:
      score.create: true
      score.score: true
      score.info: true
      score.list: true
      score.tp: true
  score:
    default: true
    description: View plugin info.
  score.create:
    description: Create a score sign.
  score.open:
    description: Open a score sign.
  score.score:
    description: 'Give a score. (Range: 0.0~10.0)'
  score.forcedscore:
    description: 'Set or unset a forced score. (Range: 0.0~10.0)'
  score.clear:
    description: Clear all scores given by viewers.
  score.close:
    description: Close a score sign and distrubute rewards.
  score.maxreward:
    description: Set max reward of a score sign.
  score.list:
    description: List recent open score signs.
  score.tp:
    description: Teleport to a score sign in list.
  score.info:
    description: Get infomation about a score sign.
  score.moreinfo:
    description: Get more infomation about a score sign.
  score.break:
    description: Break a score sign.

Comments

Posts Quoted:
Reply
Clear All Quotes