CuboidConnect

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.

This project is abandonned. For developers, please switch your plugin(s) to the project: Flags

This plugin IS NOT compatible with Minecraft user name change.

What is CuboidConnect?

You are a plugin maker and you do not want to care if the server uses Residence, WorldGuard, Grief Prevention, iZone or PlotMe? CuboidConnect does it for you! Like Vault for economy and permissions system, The API CuboidConnect makes the connection from your plugin to the cuboid plugin.

Features

For server owners

  • The goal is to give you the possibility to have access to plugins without care if it is only for WorldGuard, Residence, or ...
  • You have access to "external flags" that can give you the possibility to configure a lot of options
  • If you have only one cuboid protection plugin it will reduce your server lag

For plugin developers

  • The CuboidConnect API makes connection to the cuboid plugin for you
  • Your plugin can run on more servers, not just WorldGuard users or Residence users
  • Access to "CuboidPlayerChangeEvent" (Cancellable)
  • Store your configuration in "External flags" system

Plugin installation

  • Just download and copy it to your plugin directory.
  • You can look in config.yml for language and some options but it can works without any configuration.
  • Note: CuboidConnect uses database configuration in bukkit.yml and SQLite database file in "plugins/CuboidConnect" is default. If you prefer to use MySql, change your bukkit.yml:
database:
  username: USERNAME
  isolation: SERIALIZABLE
  driver: com.mysql.jdbc.Driver
  password: PASSWORD
  url: jdbc:mysql://localhost:3306/{NAME}

Commands

https://github.com/mblanchet75/CuboidConnect/wiki/External-flag-commands

Permissions (default: op)

  • cuboidconnect.*: Gives access to all cuboidconnect permissions
  • cuboidconnect.eflag: Access to External Flags command
  • cuboidconnect.list: Can list flags
  • cuboidconnect.modify: Can add, modify and destroy flags

Supported cuboid plugins

  • WorldGuard regions
  • Residence residences and subzones
  • GriefPrevention claims
  • iZone zones
  • PlotMe plot

Plugins using CuboidConnect

For developers

To do:

  • More plugin support
  • Suggestions?

Sources

Development builds

Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

Bugs?

Open a ticket if you find one.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit