Need help with Custom plugin to work with spigot craftbukkit 1-8
2 replies [Last post]
Knightpirate
WoM Member
Members
WoM Member: 676211
WoM Coins: 2

I am trying to transfer a custom plugin from Bukkit (craftbukkit-1.7.10-R0.1-20140716.024944-5.jar) to craftbukkit-1.8.jar. I use a custom plugin to allow for custom commands that players can use. How the custom plugin work it uses a chat listening (IRC) program to check for simple command words in the chat window to change/match up with Minecraft commands listed in a text file that it access. (IE. Sun to change the weather to a sunny day, Day to change the time to 000 hours, etc.). Also it works with the following plugins (Essentials, WorldEdit, and WorldGuard) to protect & guard the world from bad minecraft commands sent from the players in the world (IE Command Blocks, Kill commands, etc…).

I would like help with setting up this custom plugin to work with craftbukkit 1.8.jar to continue to let our players use the custom plugin features. I can send you the custom plugin source code, our configuration file with the coded commands, and the custom plugin documentation PDF file in an archive/zip file. Also I have included the spigot 1.8 server cmd error messages in a document file.

Artbot
Epic Contributor
Contributor +
WoM Member: 240770
WoM Coins: 1897

You know Essentials already has those commands right?

/time day
/weather sun

And you might get better help from the spigot forums, there'll be more people there that know more about it.

spudsrus
Server Technician
Community Managers
WoM Member: 22852
WoM Coins: 776

or from the person who wrote the plugin.