Cards

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Cards is a plugin that handles character cards for Roleplay servers. It's a standalone version of the cards mechanic in the RPEngine plugin. Which is what you need when you are looking for a complete roleplay solution with chat and more awesome functions

!MySQL Required!

Dependencies:
!Without these plugins installed RPEngine won't work!

What is a card? it's a chat based id-card for your players character and it looks a bit like this:
Card
The chat output of the plugin is in json so you can click on the text to edit the information on your card. This makes the plugin a lot easier since you only have to remember the /card command instead of all subcommands.

Commands

  • /card: opens your card
    • /card [player]: Opens a card of someone else
    • /card name [name]: Change your rp name
    • /card age [age]: Change your characters age
    • /card gender [male/female]: Set your characters gender
    • /card race [race]: Set your characters race (races are defined in the config)
    • /card nation [nation]: Set your character nation (nations are defined in the config)
    • /card desc [description]: Add a decription about your character

Config

#MySQL settings
host: localhost
user: mc
password: password
database: minecraft
port: 3306

#MaxAge for if nothing is defined at the race:
MaxAge: 75

#Races
Races:
  Human:
    Color: BLUE
    MaxAge: 150
    Plural: Humans
#Nations
Nations:
  Amsterdam:
    spawnX: 52
    spawnY: 66
    spawnZ: 4
    spawnYaw: 0
    spawnPitch: 0
    spawnWorld: world

#The cooldown in-between card changes in seconds
cardCooldown: 600

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    97124
  • Created
    Jan 10, 2016
  • Last Released File
    Jan 11, 2016
  • Total Downloads
    577
  • License

Categories

Recent Files

Bukkit