RasBeer
Have you ever made a tavern/inn/bar, and nothing to serve your customers? I got a solution for that! RasBeer. This plugin allows the users to craft and drink beer. There are other beer plugins but I did not find them good enough. They were all command based. That's not cool. So I made this. When you drink a beer it gives you various potion effects, Nausea, Slowness, Blindness and Resistance.
Github: https://github.com/Rasmase/RasBeer
Donations: 1CjCvYUhfDf5M2ApD77HCm11f4wJXsQp7n
^This is a bitcoin address. It is easier for everyone. For more information visit www.weusecoins.com/
Permissions / Commands:
| Command | Description | Permission |
|---|---|---|
| none | Drink beer | beer.beer.drink |
| none | Brew beer | beer.beer.brew |
| /beer give beer [player] | Gives you or the player beer | beer.give.beer |
| none | Drink ale | beer.ale.drink |
| none | Brew ale | beer.ale.brew |
| /beer give ale [player] | Gives you or the player ale | beer.give.ale |
Crafting

Servers using this plugin
- Mike's Turtlecraft
- Byte This server rocks. Almost forgot to add it to the list because i was playing there.
- 198.23.140.130:25575
Future Features:
- More kinds of beer
- Other ideas?
-
View User Profile
-
Send Message
Posted May 5, 2013I'll be adding this to my server tomorrow! look forward to testing it out! Will also make a new rule where all kingdoms on my server need taverns just so they have to drink ;]
Cheers hahaa.
-
View User Profile
-
Send Message
Posted May 5, 2013@dreceon
1. I'm working on that.
2. That will be added after configurable effects I think.
3. Working on beer kegs.
-
View User Profile
-
Send Message
Posted May 5, 2013I love your plugin! It's really nice.
Some ideas: - Only slowness effect and health at your first 2 beers, then slowly become drunk if you drink more - Could you please add the possibility to create drinks yourself at the config? - It would be amazing if there was a possibility to make it work with shop plugins / shopkeepers plugins :)
Cheers
-
View User Profile
-
Send Message
Posted May 5, 2013@Maibenrai
Try updating to 1.5.2
-
View User Profile
-
Send Message
Posted May 5, 2013@Rasmase
11:48:56 [SEVERE] Could not pass event PlayerItemConsumeEvent to RasBeer v0.4.1
Running "Bukkit-1.5.1-R0.2-6-g1baccb2-b2762jnks"
-
View User Profile
-
Send Message
Posted May 4, 2013@C4BR3R4es
Try updating to 0.4
-
View User Profile
-
Send Message
Posted May 3, 2013I can not use the plugin, I get this error every 20 seconds:
18:15:00 [SEVERE] Could not pass event CraftItemEvent to RasBeer v0.2 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.v1_5_R2.PlayerConnection.a(PlayerConnection.java:1177) at net.minecraft.server.v1_5_R2.Packet102WindowClick.handle(SourceFile:31) at net.minecraft.server.v1_5_R2.NetworkManager.b(NetworkManager.java:292) at net.minecraft.server.v1_5_R2.PlayerConnection.d(PlayerConnection.java:110) at net.minecraft.server.v1_5_R2.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:580) at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225) at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:476) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:409) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at tk.rasmase.beer.CraftListener.onPlayerCraft(CraftListener.java:19) at sun.reflect.GeneratedMethodAccessor638.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 14 more
-
View User Profile
-
Send Message
Posted May 1, 2013@Rasmase
nice one!! :D
-
View User Profile
-
Send Message
Posted Apr 30, 2013@kreezxil
Do you got a config? In that case, delete it.
-
View User Profile
-
Send Message
Posted Apr 30, 2013http:pastebin.ca/2370224
got a severe error in regard to RasBeer as detailed in the log above.
-
View User Profile
-
Send Message
Posted Apr 30, 2013@Hmmcrunchy
Fixed it.
-
View User Profile
-
Send Message
Posted Apr 30, 2013@Maibenrai
The plugin.yml is actually the same. A config was added.
-
View User Profile
-
Send Message
Posted Apr 30, 2013I downloaded http://dev.bukkit.org/media/files/697/981/RasBeer.jar two times (to be sure) and it looks like it's 0.2 version. And it is. Checked from plugin.yml inside of it.
-
View User Profile
-
Send Message
Posted Apr 29, 2013Awesome !!
-
View User Profile
-
Send Message
Posted Apr 29, 2013@caycehouse
Thanks. The file is getting approved right now
-
View User Profile
-
Send Message
Posted Apr 28, 2013@Rasmase
I have found a solution to this problem in the creation of my plugin, I have submitted a solution on github.
-
View User Profile
-
Send Message
Posted Apr 23, 2013@Rasmase
no problamo :)
i take it bukit is passing events to your plugin that it doesn't know how to deal with- i'm sort of learning java at moment i cant help at moment but will if i can in future :)
good to see you on server
-
View User Profile
-
Send Message
Posted Apr 23, 2013@Hmmcrunchy
I know, but i have no idea how to fix it. It also happens with any other type of food.
-
View User Profile
-
Send Message
Posted Apr 23, 2013oh er no ticket area
when a player consumes another type of drink apart from beer i get a consumeevent error in logs not too important as no effect on gaeplay i can see but makes my console unusable for admin as lots of errors filling it up
2013-04-23 11:51:25 [SEVERE] Could not pass event PlayerItemConsumeEvent to RasB eer v0.2 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:462) at net.minecraft.server.v1_5_R2.EntityHuman.m(EntityHuman.java:256) at net.minecraft.server.v1_5_R2.EntityPlayer.m(EntityPlayer.java:702) at net.minecraft.server.v1_5_R2.EntityHuman.l_(EntityHuman.java:127) at net.minecraft.server.v1_5_R2.EntityPlayer.g(EntityPlayer.java:213) at net.minecraft.server.v1_5_R2.PlayerConnection.a(PlayerConnection.java :349) at net.minecraft.server.v1_5_R2.Packet10Flying.handle(SourceFile:136) at net.minecraft.server.v1_5_R2.NetworkManager.b(NetworkManager.java:292 ) at net.minecraft.server.v1_5_R2.PlayerConnection.d(PlayerConnection.java :110) at net.minecraft.server.v1_5_R2.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:3 0) at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:5 80) at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java :409) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:5 73) Caused by: java.lang.NullPointerException at tk.rasmase.beer.DrinkListener.onPlayerDrink(DrinkListener.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:425)
-
View User Profile
-
Send Message
Posted Apr 23, 2013@Rasmase
hey there - we just started using it at BYTE play.byte.org.uk
just integrating it into pubs
i have submitted a quick ticket though for you