Custom Banners
Custom banners - Ver: 1.04
The new stuff have bolded text
Compatibility
Tested in 1.7.9 but I think this would work with older versions too.
If your banner is too big the command might be too long and you will need to do it from the config file. More info on the config files here.
Summary
This plugin will make custom particle banners. The banners are activated right clicking a stick with a custom name with DARK_PURPLE color.
You could use this to get donations without making the server pay to win. Giving one or two for free might be a good idea.
Here is a photo of an example:

The model on that banner is:
0qqq000qq00qq000q000q
00q000q00qq00q00q000q
00q0000q0000q000q000q
00q00000q00q0000q000q
0qqq00000qq000000qqq0
q- means dripLava particle
0- means empty space
Commands
/getcb [bannerNo] - Gets the bannerNo banner
/showcb [bannerNo] - Shows the model of the banner
/getallcb - gives you all the banners you have permission to get
/removecb [bannerNo] - Removes the bannerNo banner
/particleinfocb - Shows all particles you can use
/infocb - Information about how to use the plugin
/makeitpb - Makes a banner wand to a permanent banner want
/removepb - removes all the banners in a range of 5 blocks from the center of the banner.**
Now the hard one
/setcb [rowNo] [colNo] [DATA] [Name] - Creates a banner
[DATA] is just the banner without the newlines
[Name] is the name of the item that will create the
Here is an example.For this banner:
aaaaa
bbbbb
ccccc
You would use the command:
/setcb 3 5 aaaaabbbbbccccc Name
Particles
a- smoke
b- mobSpell Black
c- mobSpell AllColors
d- spell
e- instantSpell
f- witchMagic
g- note
h- heart
i- flame
j- lava
k- largesmoke
l- cloud
m- reddust RED
n- reddust AllColors
o- snowballpoof
p- dripWater
q- dripLava
r- snowShovel
s- slime
t- angryVillager
u- happyVillager
v- goldenapple iconcrack
and *- fireworksSpark
For information about particles check out: http://minecraft.gamepedia.com/Particles
Config
noPerms - if true you will not need any permissions to use the plugin (not recommended for big servers)
dropItemAllowed - allowing to drop the items used to summon the banners without permisions.
CD - the cooldown for the use of the banners(in ticks)
By default cd=40l dropItemAllowed=true and noPerms=true
Permissions
CustomBanners.setcbPerm for /setcb
CustomBanners.getcbPerm%d for /getcb (where %d is replaced with the banner number that you want to allow the player to use)
CustomBanners.removecbPerm for /removecb
CustomBanners.showcbPerm for /showcb
CustomBanners.dropItemPerm for allowing the player to drop the sticks that are used to summon the banners
CustomBanners.noCD for cooldown being ignored**
CustomBanners.permanentBanner for /makeitpb and /removecb**
Final Notes
Try the dripLava. Is really cool.
Make sure to post this on the forum of the server you play as a suggestion if you want them to add this plugin because they might never see this.
-
View User Profile
-
Send Message
Posted Oct 1, 2014@donydony2009
The server version is in the log: craftbukkit.jar (git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks) ;-)
-
View User Profile
-
Send Message
Posted Sep 1, 2014What version is the server? And also using which java version?
-
View User Profile
-
Send Message
Posted Aug 29, 2014Can't load this plugin:
[20:50:59 ERROR]: Could not load 'plugins\CustomBanners.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/mi necraft/server/v1_7_R4/Packet at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:131) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager. java:328) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager .java:251) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.ja va:364) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:32 6) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [c raftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14 ) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.jav a:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java :436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:6 28) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/Packet at java.lang.Class.forName0(Native Method) [?:1.7.0_55] at java.lang.Class.forName(Unknown Source) [?:1.7.0_55] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.jav a:40) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:127) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] ... 9 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R4.Packet
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:67) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:62) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_55] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_55] at java.lang.Class.forName0(Native Method) [?:1.7.0_55] at java.lang.Class.forName(Unknown Source) [?:1.7.0_55] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.jav a:40) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:127) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] ... 9 more
-
View User Profile
-
Send Message
Posted Aug 25, 2014My banner: === http:img11.hostingpics.net/pics/96756820140825180512.png ===
-
View User Profile
-
Send Message
Posted Aug 22, 2014can you send me the plugin private?
-
View User Profile
-
Send Message
Posted Aug 18, 2014@donydony2009
Can you maybe email the .jar file to me that would be great.
-
View User Profile
-
Send Message
Posted Aug 17, 2014I can't do anything. I already uploaded 4 releases and still none got approved and no message from bukkit staff. And I am not allowed to give an external link.
-
View User Profile
-
Send Message
Posted Aug 17, 2014I can't download this plugin....
-
View User Profile
-
Send Message
Posted Aug 17, 2014Looks nice.
-
View User Profile
-
Send Message
Posted Aug 17, 2014Making one strains my eyes. Can you change it to CAPS please. From: 0qqq000qq00qq000q000q 00q000q00qq00q00q000q 00q0000q0000q000q000q 00q00000q00q0000q000q 0qqq00000qq000000qqq0 To: 0QQQ000QQ00QQ000Q000Q 00Q000Q00QQ00Q00Q000Q 00Q0000Q0000Q000Q000Q 00Q00000Q00Q0000Q000Q 0QQQ00000QQ000000QQQ0
-
View User Profile
-
Send Message
Posted Aug 16, 2014This looks amazing, when can we download?
-
View User Profile
-
Send Message
Posted Aug 16, 2014@Edmaister
Honestly i tested it on a Intel HD graphics 4000 which is not the best an I didn't drop a single frame but maybe on a really weak pc while it's raining it may cause some problems . But that's why I call the fact that it doesn't work if you have the particles on minimum a feature. Because if you have a weak pc you would probably have it on minimum anyway and it would not display anything for you.
-
View User Profile
-
Send Message
Posted Aug 15, 2014@Edmaister
This will probably lag clients, and will not work for people with minimum particle settings on. That's my guess.
-
View User Profile
-
Send Message
Posted Aug 15, 2014Nice Plugin! I need it for my server please where the download?
-
View User Profile
-
Send Message
Posted Aug 15, 2014Will this cause lag on Low-End videocards? I'm just wondering whether I should add this to my server or not :v
-
View User Profile
-
Send Message
Posted Aug 14, 2014I actually uploaded the jar but it needs aproval from the bukkit staff.
-
View User Profile
-
Send Message
Posted Aug 14, 2014RELEASE THIS!!! AWESOME :D
-
View User Profile
-
Send Message
Posted Aug 14, 2014That actually looks really cool! Cant wait to download!