Coder Social home page Coder Social logo

cobracorral's Introduction

CobraCorral

A Horse management plugin for the Bukkit Minecraft server.

####Configuration:

  • max-horses - Specify the maximum amount of horses any player can lock. Default: 2
  • immortality - If true, locked horses will be invulnerable to all damage when not being ridden. Default: true
  • auto-lock - If true, horses will automatically lock when tamed if a lock spot is available. Default true
  • immortal-cooldown - If true, horses will become invulnerable only after a delay. Default: false
  • cooldown-time - The time, in seconds, that a horse will be vulnerable after the rider gets off. Default: 5
  • protect-chests - If false, players cannot lock Mules/Donkeys with chests or place chests on locked Mules/Donkeys. Default: true
  • stop-pvp - If true, players can not damage a locked horse if someone is riding it. Default: false
  • eject-on-logoff - If true, any non-owner player on a locked horse (test-driving or on ACL) will be ejected on logoff. Default: true
  • backend - Sets the database used to store locked horse information. Default: sqlite, see settings below.
    • type: sqlite
    • file: ccorral.db
    • or
    • type: mysql
    • hostname: localhost
    • port: 3306
    • database: ccorral
    • username: root
    • password: password

####Commands:

  • /ccorral - Show the CobraCorral command help pages.
    • permission: ccorral.help
    • parameters: <command #**/**name>
    • admin-only: /ccorral reload - reloads basic settings from file, does not change DB backend.
  • /corral - Lock a horse so only the owner can ride/harm it.
    • permission: ccorral.lock
    • aliases: /horse-lock, /hlock
  • /uncorral - Unlock a horse that you own allowing others to ride/harm it.
    • permission: ccorral.lock
    • aliases: /horse-unlock, /hunlock
    • admin-only: /uncorral <player> <horseID**/**name>
  • /testdrive - Temporarily unlock a horse allowing someone to ride it.
    • permission: ccorral.lock
    • aliases: /horse-test, /htest
  • /horse-access - View or modify a horse's access list.
    • permission: ccorral.lock
    • parameters: <+/-><username>
    • aliases: /haccess, /hacl
  • /horse-name - Nickname a locked horse.
    • permission: ccorral.lock
    • parameters: <nickname>
    • aliases: /hname
  • /horse-free - Release a horse from your ownership.
    • permission: ccorral.free
    • aliases: /hfree
  • /horse-list - List all the horses owned by a player
    • permission: ccorral.list
    • parameters: <page>
    • aliases: /hlist
    • admin-only: /horse-list <playerName> <page>
  • /horse-gps - Locate a horse that you own.
    • permission: ccorral.gps
    • parameters: <horseID/name>
    • aliases: /hgps
    • admin-only: /horse-gps <playerName> <horseID**/**name>
  • /horse-tp - Teleport a horse to your location
    • permission: ccorral.tp
    • parameters: <playerName> <horseID**/**name>
    • aliases: /htp
  • /horse-info - List information for a specified horse.
    • permission: ccorral.info
    • aliases: /hinfo
  • /horse-bypass - Toggle ability to bypass horse access restrictions.
    • permission: ccorral.bypass
    • aliases: /hbypass
  • /horse-tame - Tame a horse to yourself or a player.
    • permission: ccorral.tame
    • parameters: <playerName>
    • aliases: /htame

####Permissions:

  • ccorral.admin: Access to all CobraCorral commands.
    • default: op
  • ccorral.help: Show command reference
    • default: true
  • ccorral.lock: Lock a Horse entity
    • default: true
  • ccorral.free: Set free an owned horse
    • default: true
  • ccorral.list: List locked Horses
    • default: true
  • ccorral.list-all: List any player's locked Horses
    • default: op
  • ccorral.gps: Allows a player to locate a missing horse.
    • default: true
  • ccorral.gps-all: Locate any horse and display precise coordinates.
    • default: op
  • ccorral.tp: Teleport a specific horse to your location.
    • default: op
    • default: true
  • ccorral.bypass: Allows someone to bypass all horse access restrictions.
    • default: op
  • ccorral.tame: Tame a horse to yourself or specified player.
    • default: op

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.