One of my favorite plugins. Thanks for keeping it alive. One suggestion! Include a permission node that checks if the player is a vampire/ww to prevent hybrids when using custom infection items?
Thanks for your review! You can create a permission group, set it as the vampire permission group in the config and add the necessary permissions for the vampire players being unable to become werewolves, even with custom items.
Version: v1.0.BETA-19
It seems great, but so far I've run into these errors
join server error:
[02:25:15 ERROR]: Could not pass event PlayerJoinEvent to VampireRevamp v1.0.BETA-19
java.lang.NullPointerException: Cannot invoke "io.papermc.paper.threadedregions.scheduler.ScheduledTask.cancel()" because "this.localeTask" is nullat co.aikar.vampire.acf.ACFPaperScheduler.cancelLocaleTask(ACFPaperScheduler.java:61) ~[VampireRevamp-1.0.BETA-19.jar:?]at co.aikar.vampire.acf.BukkitCommandManager.readPlayerLocale(BukkitCommandManager.java:337) ~[VampireRevamp-1.0.BETA-19.jar:?]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1324) ~[paper-1.20.2.jar:git-Paper-278]at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:193) ~[paper-1.20.2.jar:git-Paper-278]at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1301) ~[paper-1.20.2.jar:git-Paper-278]at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1294) ~[paper-1.20.2.jar:git-Paper-278]at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1272) ~[paper-1.20.2.jar:git-Paper-278]at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1160) ~[paper-1.20.2.jar:git-Paper-278]at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-278]at java.lang.Thread.run(Thread.java:833) ~[?:?]
Use Infection command error:
[02:25:27 ERROR]: [VampireRevamp] [ACF] Exception in command: v set infection 1 Lil_Cold_Boi
[02:25:27 ERROR]: [VampireRevamp] [ACF] java.lang.AssertionError: Couldn't load the data on a synchronous way, loading later
[02:25:27 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.dbhandler.data.DBObjectManager.tryGetDataNow(DBObjectManager.java:521)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.cmd.CmdVampire$CmdVampireSet.lambda$onSetInfection$4(CmdVampire.java:1026)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.dbhandler.data.DBObjectManager.getDataAsynchronous(DBObjectManager.java:603)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.dbhandler.data.DBObjectManager.getDataSynchronous(DBObjectManager.java:536)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.cmd.CmdVampire$CmdVampireSet.onSetInfection(CmdVampire.java:1017)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//co.aikar.vampire.acf.RegisteredCommand.invoke(RegisteredCommand.java:152)
[02:25:27 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//co.aikar.vampire.acf.BaseCommand.executeCommand(BaseCommand.java:578)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//co.aikar.vampire.acf.BaseCommand.execute(BaseCommand.java:513)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//co.aikar.vampire.acf.RootCommand.execute(RootCommand.java:99)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-19.jar//co.aikar.vampire.acf.BukkitRootCommand.execute(BukkitRootCommand.java:84)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchCommand(CraftServer.java:989)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchServerCommand(CraftServer.java:974)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.dedicated.DedicatedServer.bf(DedicatedServer.java:500)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:447)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1379)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1156)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315)
[02:25:28 ERROR]: [VampireRevamp] [ACF] at java.base/java.lang.Thread.run(Thread.java:833)
[02:25:28 WARN]: [VampireRevamp] Couldn't load data from table vampire_data
[02:25:28 WARN]: java.lang.NullPointerException: Cannot invoke "Object.toString()" because "ids[i]" is null
[02:25:28 WARN]: at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.dbhandler.data.JSONDriver.loadData(JSONDriver.java:64)
[02:25:28 WARN]: at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.dbhandler.data.DBObjectManager.getDataBlocking(DBObjectManager.java:464)
[02:25:28 WARN]: at VampireRevamp-1.0.BETA-19.jar//com.clanjhoo.vampire.dbhandler.data.DBObjectManager.lambda$getDataAsynchronous$13(DBObjectManager.java:582)
[02:25:28 WARN]: at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:101)
[02:25:28 WARN]: at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[02:25:28 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[02:25:28 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[02:25:28 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[02:25:28 WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
Thanks for your review. I've never seen the first error, I don't know what could be causing it. As for the second one, I've updated the database manager and it should be fixed in the next update.
Version: v1.0.BETA-19
Everything seems to work, other than the altars. They seem to not be functioning at all. Will change my review if it gets fixed.
I'll look at what could be happening with them. The fix will probably be included in the next release. If you were to provide some more info (like server type/version), fixing it would be easier.
Version: 1.0.BETA-17
-- Works fine...nice work, hope it will get more things and updates in future. --
I use this plugin in my server and it offers a ton of interesting content and ways to use it while not being heavy at all. I love it and is clearly a work of passion, said that I keep getting one error when manually assigning vampire with op commands but not with the altar. Anyway it seems ignorable
[11:54:22 ERROR]: [VampireRevamp] [ACF] Exception in command: v set vampire no
[11:54:22 ERROR]: [VampireRevamp] [ACF] java.lang.NullPointerException: Cannot invoke "com.clanjhoo.vampire.InfectionReason.name()" because "reason" is null
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//com.clanjhoo.vampire.entity.VPlayer.setReason(VPlayer.java:318)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//com.clanjhoo.vampire.entity.VPlayer.setVampire(VPlayer.java:187)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//com.clanjhoo.vampire.cmd.CmdVampire$CmdVampireSet.lambda$onSetVampire$0(CmdVampire.java:870)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//com.clanjhoo.vampire.dbhandler.data.DBObjectManager.getDataAsynchronous(DBObjectManager.java:592)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//com.clanjhoo.vampire.dbhandler.data.DBObjectManager.getDataSynchronous(DBObjectManager.java:525)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//com.clanjhoo.vampire.cmd.CmdVampire$CmdVampireSet.onSetVampire(CmdVampire.java:865)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//co.aikar.vampire.acf.RegisteredCommand.invoke(RegisteredCommand.java:152)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//co.aikar.vampire.acf.BaseCommand.executeCommand(BaseCommand.java:577)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//co.aikar.vampire.acf.BaseCommand.execute(BaseCommand.java:513)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//co.aikar.vampire.acf.RootCommand.execute(RootCommand.java:99)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at VampireRevamp-1.0.BETA-17.jar//co.aikar.vampire.acf.BukkitRootCommand.execute(BukkitRootCommand.java:84)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at org.bukkit.craftbukkit.v1_19_R2.CraftServer.dispatchCommand(CraftServer.java:929)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at org.bukkit.craftbukkit.v1_19_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:313)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:297)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2288)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$20(PlayerConnection.java:2248)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.b(IAsyncTaskHandler.java:59)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.TickTask.run(TickTask.java:18)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1341)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.bh(MinecraftServer.java:1318)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1311)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.util.thread.IAsyncTaskHandler.c(IAsyncTaskHandler.java:136)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.i_(MinecraftServer.java:1289)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1177)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[11:54:22 ERROR]: [VampireRevamp] [ACF] at java.base/java.lang.Thread.run(Thread.java:833)
This should have been fixed in the last update, please tell me if it still occurs.
Version: 1.0.BETA-17
Hi! I like this plugin a lot and I would love to add this to my upcoming SMP I am creating for my friends. However, I'd love to learn more about the plugin to use it to its full potential but I can't seem to find any information of how the plugin works. I have zero knowledge on MassiveCraft's old Vampire as well. Do you have any documentation of some sort?
Please send me the logs generated in the console. Without them, I can't help.
Version: 1.0.BETA-14-HOTFIX
This is a core plugin in my server and its amazing. I just wish there was a way to deny vampires access to certain commands or give them a permission group or something.
A configuration option letting you put all vampires inside a certain permission group is being added. Expect it for the 1.19 update. Thanks for the review!
Version: 1.0.BETA-14-HOTFIX
nice plugin can you please do for the permissions whats for normal players is and what for admin is when yea +
I've just updated the description, I hope it helps!
Version: 1.0.BETA-14-HOTFIX
Love the plugin but help me pls
25.04 01:10:31 [Server] WARN [VampireRevamp] Task #1071714 for VampireRevamp v1.0.BETA-14-HOTFIX generated an exception
25.04 01:10:31 [Server] INFO java.lang.AssertionError: Couldn't load the data on a synchronous way, loading later
25.04 01:10:31 [Server] INFO at com.clanjhoo.vampire.dbhandler.collections.DBObjectManager.getDataNow(DBObjectManager.java:126) ~[VampireRevamp-1.0.BETA-14-HOTFIX.jar:?]
25.04 01:10:31 [Server] INFO at com.clanjhoo.vampire.listeners.ListenerMain.lambda$updateOnTeleport$2(ListenerMain.java:145) ~[VampireRevamp-1.0.BETA-14-HOTFIX.jar:?]
25.04 01:10:31 [Server] INFO at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-286]
25.04 01:10:31 [Server] INFO at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[paper-1.18.2.jar:git-Paper-286]
25.04 01:10:31 [Server] INFO at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1531) ~[paper-1.18.2.jar:git-Paper-286]
25.04 01:10:31 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:483) ~[paper-1.18.2.jar:git-Paper-286]
25.04 01:10:31 [Server] INFO at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1455) ~[paper-1.18.2.jar:git-Paper-286]
25.04 01:10:31 [Server] INFO at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1225) ~[paper-1.18.2.jar:git-Paper-286]
25.04 01:10:31 [Server] INFO at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.18.2.jar:git-Paper-286]
25.04 01:10:31 [Server] INFO at java.lang.Thread.run(Thread.java:833) ~[?:?]
I'm almost sure that error can be ignored. Anyways, if you detect further problems arising after that error is thrown, please tell me in the discussion page.
Version: 1.0.BETA-14-HOTFIX
I play on a server with this plugin. It is great! The only downside is currently there is no way to obtain Nosferatu outside of the commands. Which is unfortunate because there is more diversity in the werewolves. For example each have their own alpha with buffs which you get by being the original werewolf, or killing that werewolf. I wish something like that were implemented for the vampires.
The reason you can only turn into a nosferatu with commands is that I have yet to think about a way to turn into a nosferatu. I'm open to suggestions. Feel free to send them to the discussion page.
Version: 1.0.BETA-13-HOTFIX2
One of the best plugins so far! it is so unique, cool and simple to use! If you have any doubts, don't! You won't regret it, it's mega configurable! I can't wait for the feat between werewolves and vampires
Thanks! More configuration options will be added soon for server owners that prefer MySQL storage, as well as custom "holy" items that do increased damage to vampires. Also, expect some stuff between vampires and werewolves soon!
Version: 1.0.BETA-13-HOTFIX2
the best vampire plugin i found so far. the author is friendly and gives support. thanks for updating this to 1.18.1
while i do absolutely love this plugin, im having some issues with the config file. im trying to add spiders and creepers to the truce list, and the config file says i did and its saved and ive reloaded/restarted several times however, they both still attack the vampire players on my server and its becoming increasingly irritating. would love some help!
Just uploaded the 1.17 update. Expect bugs since I've not been able to test it. Sorry about that...
Version: 1.0.BETA-11
The plugin is overall really good, but it lacks of the followiung things: A guide to the plugin; A contact with the Autor for Ideas, suggestions, bugfixes etc.; An integration with other plugin that are vital in order to make this plugin be usefull to servers (Like MCMMO). If there will be a way to communicate with the autor I would have plenty of ideas to suggest, but I can only make a review from what I can see, so here I am. If you wanna hear some ideas I'll gladly share them with you
On the plugin page (here) you have a Discussion section in which people usually tell their suggestions. You can also DM me if you want. I'd be glad to hear your suggestions (especially those "integration with MCMMO" ones).
Version: 1.0.BETA-11
An absolutely excellent plugin which brings a whole new dimension of fun to our server! Thank you to the developer who has made this available to everyone for free. You're an absolute gent. I love everything about it. The effects, the community building and competition it inspires along with Werewolves, functionality the whole 9 yards. The only thing I wish is that the blood bottles gave sustenance rather than hearts. I have a custom crafting plugin on my server and I am chomping at the bit to create a blood refining and purification system which would also lead into a blood magic aspect of the Vampiric life. Would it be possible to make blood bottles give sustenance rather than hearts in any way? Regardless this is the best fantasy plugin out there and I am so thankful for it's availability. Cheers!
Yes, it would be possible and I might add it to the next version. I usually check the discussion page to know what to do next, so please if you have any other suggestions please write them there.
Version: 1.0.BETA-11
Very very good Plugin I love it, it warks perfect with Werewolf.
I have some questions to Nosferatu:
Is it possible to hold the Nosferatu effect after Server restart ?
And to get Nosferatu by killing any nosferatu ...
Like the Werewolf Plugin.
Or is it possible to get Nosferatu without Server commands ?
The nosferatu is still a beta feature, first I want it to work nicely (nosferatu disappearing after a restart is a bug so please send me any error log in the discussion page). After it is finished, there will be a way to turn into nosferatu other than commands.
Version: 1.0.BETA-10
Nice plugin! i have a question only, can you add the holy water and stick back to kill the vampires? :)
If you want the stick and, in general, wood items to damage vampires you can add them to a list in the config. Look at the section "vampire -> holyItem". In materials, you can add any item you want to have increased damage against vampires. By modifying the "damageFactor" in that sections you can change the damage done to a vampire with any of those objects.
And about the holy water, I never modified the way it works, it should increase the temperature of vampires when they are hit by it by the amount specified in the config. If it's not working for you then it's a bug, so please tell me de details on the discussion page or in a DM.
Version: 1.0.BETA-10
I love it the only problem I have is that I run a aternos server and it always says the plugin isnt popular enough please help
Thank you for supporting the plugin, you have helped to fix a lot of bugs!
Version: 1.0.BETA-10
Love it! Great idea with add new high tier vampire nosferatu! Cloud of bats its also an great idea, but could you improve look of these cloud to look more like cloud of bats from Dracula: Untold? It would be very awsome.
Sadly if I want to support multiple Minecraft versions without using things I don't want to (NMS) or adding more dependencies, I can't modify the bat AI to make them fly around the player so it looks better. Maybe in the future. Thanks for the suggestion!
Version: 1.0.BETA-10
Love the plugin but was wondering if there was a way i could change the bloodlust to apply more damage to fist only?
I'm adding my discord + server in the description. Thanks for your interest!
Version: 1.0.BETA-7
Hi i need help i try this plugin on my 1.16.4 server and when i use some comman it say: Could't find data for that player. Please contact administrator. Please help me.
My server is small, I should start advertising it. Sadly I don't match your requirements. Glad you know you like the plugin!
Version: 1.0.BETA-6
I think it's a pretty fantastic Plugin to be honest, very fun on my RPG Server. The Infection Rate seems a little buggy however, even at "1" It still takes a while to become a Vampire. Other, pretty great plugin all round.
I've just fixed some errors with the "/v set I" command and how player data is handled. Now those errors should be gone. If you happen to find any other errors, please let me know in the discussion so I can fix them ASAP :3
Version: 1.0.BETA-6
Rating after my original comment, this plugin has been a dream. I'm so happy to see it revived after so long. All of the classic abilities as well as some new ones. It's great. Keep up the good work!
The end of the BETA phase will come soon, I hope I won't disappoint you!
Version: 1.0.BETA-6
Honestly this plugin has been picked up by someone who's proven they care about the original. The additions in flags and tweaks that provide more customization for how vampires interact with the world is really a nice touch. I once again can return my server to it's formal glory with this plugin being the final piece. Thank you, Mowstyl!
There is already a werewolf plugin called Werewolves by RFSMassacre. I do not plan to do my own, TBH I've been adding a hook with that plugin to prevent Vampire - Werewolf player hybrids. Thanks for your review, I hope this helps!
Version: 1.0.BETA-4
good plugin because i love vampire plugins. and im using this for my survival server
That's why I decided to publish it. I was updating the plugin for my own server, but I though there might be others that may want to use it. Thanks for your review!
Version: 1.0.BETA-4
Thank goodness someone took up the torch! Good job so far! It is nice to be a vamp again and all the stuff that goes with it.
Gracias, de momento no he podido ponerme con el soporte a versiones antiguas, sigo arreglando fallos e intentando hablar con el autor del Werewolves para ver si podemos actualizar el hook o algo. En cuanto tenga eso hecho, intentaré que soporte versiones antiguas.
Looks promising, but I am trying to use this plugin on my 1.13.2 server along with the werewolf plugin. This new vampire plugin does not seem to work, it says error trying to enable then error trying to disable. When I do /v it says "Unknown commanD" as if the plugin was not there; but I still see the plugin on /plugins it is just in red unlike the other green plugins that work. Please help me!
Currently I'm trying to make it work with 1.15, so I don't still have support for older versions. When I fix all the major bugs, I'll try to add support for older versions.
Version: 1.0.BETA-3
Hey there! i'm trying to get this plugin sorted, but when im trying to give another one of my OPs vampire or they try themselves... nahdah! i can only give myself vampirism? im enjoying the concept so far, its a lot of fun to mess around with, but i could use some help here!
Thanks for the review and sorry or the late reply. That problem looks easy to solve, and the fix will be included in the next beta.
Version: 1.0.BETA-3
I really appreciate someone else taking a jab at a very popular plugin. From what I've read and seen this may just be the next best one. I can't wait to see all the features and see the plugin at its full potential. Keep it up :)
side note: when using the /v commands you get an error. Don't know if it's just something with my server or not.
Seems to do what is promised, a Massivecraft Vampire-like plugin that works on 1.15.2. A huge amount of potential. Hope the Author keeps it up and improves it.
I already wrote a plugin for my server that does the batcloud thing, I just need some time to move the code into this one. The feature has already been tested by a lot of players and I've already patched all the bugs they've found. Fun fact: in the first version they were not bats, they were parrots disguised as bats tied by invisible ropes to the disguised player. The players used to call them "Lorociélagos", that means Parrobats or something like that.
Version: 1.0.BETA-1
Glad someone is updating this! This plugin is one of my faves from the golden days good luck! cannot wait to see new additions you are also planning :)
If you accept a recommendation, wait 5 minutes for I'm releasing a hotfix. The new additions like the bat cloud are currently in a separate plugin I created, I have to move them to this one. You can test a beta version of the new vampire tier by giving someone the permission node "vampire.nosferatu". They don't get so much negative effects when under the Sun, but they loose all the vampire positive effects and get weakness when they receive a certain amount of sunlight.