All Projects → GlowstoneMC → Bukkit2Sponge

GlowstoneMC / Bukkit2Sponge

Licence: other
An implementation of SpongeAPI for Bukkit servers (Glowstone, Spigot)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bukkit2Sponge

Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+100%)
Mutual labels:  sponge, spongeapi, bukkit-plugin
FoxGuard-Sponge
A Minecraft world protection plugin for SpongeAPI
Stars: ✭ 31 (+82.35%)
Mutual labels:  sponge, spongeapi
Lantern
An open-source Minecraft server that implements the SpongeAPI.
Stars: ✭ 111 (+552.94%)
Mutual labels:  sponge, spongeapi
Netherboard
Scoreboard API for your Minecraft Sponge and Bukkit Plugins.
Stars: ✭ 56 (+229.41%)
Mutual labels:  sponge, bukkit-plugin
SkyClaims
SkyClaims is an Island plugin that integrates with GriefDefender for SpongeAPI.
Stars: ✭ 16 (-5.88%)
Mutual labels:  sponge
ImageOnMap
Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Stars: ✭ 162 (+852.94%)
Mutual labels:  bukkit-plugin
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (+0%)
Mutual labels:  bukkit-plugin
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (+35.29%)
Mutual labels:  bukkit-plugin
MyPet
🐕 Extensive pet plugin for Bukkit/Spigot
Stars: ✭ 106 (+523.53%)
Mutual labels:  bukkit-plugin
EnderContainers
A modern and customizable Bukkit plugin to divide enderchest into multiple inventories.
Stars: ✭ 18 (+5.88%)
Mutual labels:  bukkit-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+82.35%)
Mutual labels:  bukkit-plugin
LocaleLib
Show translated names of items, entities & more in client's language
Stars: ✭ 34 (+100%)
Mutual labels:  bukkit-plugin
ar-command-signs
Minecraft (Spigot) plugin that allows to transform some blocks (Signs, plates and buttons) into a Commands executor
Stars: ✭ 13 (-23.53%)
Mutual labels:  bukkit-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+105.88%)
Mutual labels:  bukkit-plugin
ExploitFixer
Bukkit plugin that aims on fixing Exploits in your Minecraft network. [Requires HamsterAPI to work]
Stars: ✭ 141 (+729.41%)
Mutual labels:  bukkit-plugin
ChatItem
The official repository of the ChatItem Spigot/Bukkit plugin
Stars: ✭ 15 (-11.76%)
Mutual labels:  bukkit-plugin
spigot-bending
Minecraft plugin that allows players to bend elements as in the series
Stars: ✭ 14 (-17.65%)
Mutual labels:  bukkit-plugin
ZMusic
全功能Minecraft点歌插件
Stars: ✭ 22 (+29.41%)
Mutual labels:  bukkit-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+323.53%)
Mutual labels:  bukkit-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+617.65%)
Mutual labels:  sponge

Bukkit2Sponge

An implementation of SpongeAPI as a Bukkit plugin.

Bukkit2Sponge allows loading SpongeAPI plugins on Bukkit servers.

Warning: very incomplete (bug reports and pull requests appreciated, see issues)

Usage

Copy the plugin jar to the plugins directory of your Bukkit server.

Run your server, the first time it will create a plugins/Bukkit2Sponge/plugins directory. You can place your SpongeAPI plugins here.

If using the Glowstone server, you can alternatively place the SpongeAPI plugins in the top-level plugins/ directory and they will be loaded by Bukkit2Sponge as well.

When starting the server, if configured correctly Bukkit2Sponge should log the SpongeAPI plugins it finds:

12:00:00 [INFO] [Bukkit2Sponge] Loading plugins...
12:00:00 [INFO] [Bukkit2Sponge] Initializing 1 SpongeAPI plugins...

Downloads

Latest builds are available from: https://bamboo.gserv.me/browse/GSPP-B2S/latestSuccessful/artifact/shared/Plugin-JAR/bukkit2sponge-0.1.0-SNAPSHOT.jar

Building from source

  1. After installing the Java Development Kit and Maven, checkout the source:
git clone https://github.com/GlowstoneMC/Bukkit2Sponge
cd Bukkit2Sponge
  1. Build the plugin:
mvn package

The plugin jar will be placed in target/.

See also

  • SpongeForge: SpongeAPI implementation on Minecraft Forge
  • SpongeVanilla: SpongeAPI implementation on Minecraft
  • Pore: a SpongeAPI plugin to load Bukkit plugins (the opposite of Bukkit2Sponge)

License

Bukkit2Sponge is open-source software released under the MIT license. Please see the LICENSE file for details.

Bukkit is open-source software released under the GPL license. Please see the LICENSE.txt file in the Bukkit repository for details.

Sponge is open-source software released under the MIT license. Please see the LICENSE.txt file in the Sponge repository for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].