Plugins to be ported!

This cant happend D=

McMMo is a good plugin, everyone loves it it shouldnt be ending D=

1 Like

MyTablist - bukkit

So sorry, been so busy for a few days. Thanks to Lemonous for keeping the list up to date. Will be adding everything else that needs to be added

I intend to port over my plugins in this order, unless some of their core features become part of the standard API:

  1. AntiCreeper
  2. AntiFire
  3. Enchantment Limiter

I noticed my plugin PhatLoots was on the list. I will be porting over some of my plugins. PhatLoots will be my number one priority so that one will be ported over by me. My other plugins will be decided at a later time. Depends on the amount of work, and amount of people that request them.

I am currently developing a permissions plugin using MongoDB instead of MySQL. Would like to port that too as soon as the API is available :blush:

However I think we would need some portal to coordinate who is porting what plugins, with what guidelines (that is has to be released on github/bitbucket, code style rules and so on) to use the whole power of this community

Thanks a lot, that are great news!

I will more than likely be porting both:

AlertAPI - http://dev.bukkit.org/bukkit-plugins/alertapi/
FriendsOnline - http://dev.bukkit.org/bukkit-plugins/friendsonline/
ToolSwap - http://dev.bukkit.org/bukkit-plugins/toolswap/

Just posting to confirm this is the case.

Sorry guys, last two days have been busy. Good thing you returned, Blizzard! :slight_smile:

@TfT_02 @t00thpick1: Sorry about that, on the first few plugins we only added the ones listed as authors and not the maintainers… Blizzard has fixed the mcMMO entry now!

In other news, the spreadsheet should be up to date to this point :slight_smile:

MyWarp should be ported to Sponge by me (ItIsThee on BukkitDev). Cannot speak for MyHome though, spathizilla might do something about it once MyWarp is ported, but that remains to be decided then.

I noticed that a few great plugins was not on the list:

  • Extra Hard Mode
  • Bloodmoon
  • PwnPlantGrowth
  • PotionControl
  • ThrottleMobSpawn
  • RedstoneClockPreventer
  • ChunkSpawnerLimiter

I tried to link to them, but I was told I could only have two links in a post.

I noticed that Recon88 has decided to port KitPlugin (and others) to Sponge, when it’s ready.
http://dev.bukkit.org/bukkit-plugins/kitplugin/

@LesCM19 please check the list before you say the plugins

Thats quite a extensive list. Don’t know if they can manage to do that. Sorry.

I will try my best to port Kits when I get some free time.

This is a list of a few plugins I use that I would like to see added to the list.

Thanks for all of ya’ll hard work!

Hey all!
Updated up to here.
Thanks for all your input :3

ServerControl


Author: MrSparkzz
License: GNU GPL v3
Last Updated: August 26, 2014

I wouldn’t mind porting my HothGenerator plugin:

http://dev.bukkit.org/bukkit-plugins/hothgenerator/

License: MIT
Last update: Sep 14, 2014

However the list of bukket classes that it uses is quite extensive so it may take some time Before Sponge is up to it.

Bukkit package classes

org.bukkit.Bukkit
org.bukkit.ChatColor
org.bukkit.Chunk
org.bukkit.DyeColor
org.bukkit.GameMode
org.bukkit.GrassSpecies
org.bukkit.Location
org.bukkit.Material
org.bukkit.SandstoneType
org.bukkit.Server
org.bukkit.TreeSpecies
org.bukkit.TreeType
org.bukkit.World
org.bukkit.block.Biome
org.bukkit.block.Block
org.bukkit.block.BlockFace
org.bukkit.block.BlockState
org.bukkit.block.Chest
org.bukkit.block.CreatureSpawner
org.bukkit.command.Command
org.bukkit.command.CommandSender
org.bukkit.configuration.file.FileConfiguration
org.bukkit.configuration.file.YamlConfiguration
org.bukkit.entity.*
org.bukkit.entity.CaveSpider
org.bukkit.entity.Entity
org.bukkit.entity.EntityType
org.bukkit.entity.FallingBlock
org.bukkit.entity.LivingEntity
org.bukkit.entity.Player
org.bukkit.entity.Slime
org.bukkit.event.EventHandler
org.bukkit.event.EventPriority
org.bukkit.event.Listener
org.bukkit.event.block.Action
org.bukkit.event.block.BlockBreakEvent
org.bukkit.event.block.BlockFadeEvent
org.bukkit.event.block.BlockFormEvent
org.bukkit.event.block.BlockGrowEvent
org.bukkit.event.block.BlockPlaceEvent
org.bukkit.event.block.BlockSpreadEvent
org.bukkit.event.entity.CreatureSpawnEvent
org.bukkit.event.player.PlayerInteractEvent
org.bukkit.event.world.StructureGrowEvent
org.bukkit.generator.BlockPopulator
org.bukkit.generator.ChunkGenerator
org.bukkit.inventory.Inventory
org.bukkit.inventory.ItemStack
org.bukkit.inventory.PlayerInventory
org.bukkit.material.LongGrass
org.bukkit.material.MaterialData
org.bukkit.material.Mushroom
org.bukkit.material.Sandstone
org.bukkit.material.Stairs
org.bukkit.material.Tree
org.bukkit.material.Vine
org.bukkit.material.Wool
org.bukkit.permissions.Permission
org.bukkit.permissions.PermissionDefault
org.bukkit.plugin.Plugin
org.bukkit.plugin.PluginDescriptionFile
org.bukkit.plugin.java.JavaPlugin
org.bukkit.util.noise.PerlinNoiseGenerator

WorldEdit package classes

com.sk89q.worldedit.Vector
com.sk89q.worldedit.bukkit.WorldEditPlugin
com.sk89q.worldedit.bukkit.selections.CuboidSelection
com.sk89q.worldedit.bukkit.selections.Selection
com.sk89q.worldedit.regions.CuboidRegion
com.sk89q.worldedit.regions.CuboidRegionSelector
com.sk89q.worldedit.regions.RegionSelector

WorldGuard package classes

com.sk89q.worldguard.bukkit.WorldGuardPlugin
com.sk89q.worldguard.protection.ApplicableRegionSet
com.sk89q.worldguard.protection.flags.DefaultFlag
com.sk89q.worldguard.protection.flags.StateFlag.State
com.sk89q.worldguard.protection.regions.ProtectedRegion

1 Like