[FUN] AmnesiaCraft v1.1.2 - Fear the Dark [935]

Discussion in 'Inactive/Unsupported Plugins' started by Kevin Forte, Apr 28, 2011.

  1. Offline

    Kevin Forte

    AmnesiaCraft: Adding the Element of Fear
    Version: 1.1.2​
    Download: [JAR]

    Ever play "Amnesia: The Dark Descent"? I did, and it was amazing. I thought it would be a nice touch to make the dark more intimidating in Minecraft as well.

    Features:
    • Adds the elements of a player's heart rate and level of sanity, where sanity drops when in the dark and heart rate rises.
    • If sanity drops too low, player slowly takes damage until death.
    Commands:
    • /sanity
    Check your vitals. Usage can speed the process of going insane very slightly (The more often you question your own sanity, the more insane you become).

    Permissions:
    There is one node that will prevent a player from experiencing the effects of this plugin:
    Code:
    ac.levelhead
    
    To-do:
    • Drop sanity more quickly when monsters are in view.
    • Reduce the speed in which sanity drops when other players/wolves are near.
    • Various effects when sanity is very low.
    • A config file.
    • Multi-world support (be patient about this one please...)
    Possible To-do:
    • Consumable item to gain sanity.
    • Lightning striking near a player spikes their heart rate
    • Rewrite code more conviniently
    Bug list:
    • Null returns with /sanity.
    • Items are destroyed when a player dies.
    Changelog:
    Show Spoiler

    Version 1.1.2
    • Items now drop normally when a player dies.
    Version 1.1.1
    • Fixed the null returns.
    Version 1.1
    • Added a permission node to prevent sanity loss.
    • Lowered the light level at which a player loses sanity significantly.
    Version 1.0
    • Initial plugin release.
     
  2. Offline

    TruffleDucks

    It says, "AmnesiaCraft is disabled for your group"
     
  3. Offline

    Nigeki

    This sounds awesome I'm bookmarking this for future use. I,d like to see the sanity in the inventory though, like a seperate window with a pixely picture of a brain and you hover the mouse over it and it shows your level of sanity, maybe also a heart for health? Also: does it make the distortion effect when your sanity is low? As in the game where everything would be distorded and mouse would be hard to control
     
  4. Offline

    Legolas75893

    Bump...please update and do the to-dos? <3
     
  5. Offline

    solid

    awesome idea, I think. But I can't use this on my server, unless I can configer "speed of hurting", think it's to fast :)
    Custom messages would also be nice :)
     
  6. Offline

    Kieran_Mcblock

    I haven't seen this suggested yet (apologies if it has been), but you know that sort of 'slow-mo' effect that you get when you press F8? It would be pretty cool to have that activate when your sanity drops, if at all possible.
     
    compgurusteve likes this.
  7. Offline

    Legolas75893

    Bump :3...
     
  8. Offline

    compgurusteve

    AmnesiaCraft works flawlessly with 860 using this version just fyi....
     
  9. Offline

    Legolas75893

    I know that, I meant for new features.
     
  10. Offline

    pacmanjones

    If you ever manage to get through the to-do list, this plugin will be amazing! However, unless there are more effects when you lose sanity it's still good, just not as amazing as it could be.
     
  11. Offline

    Kevin Forte

    I'll look into it, direction and speed are terrible to work with though (damn vectors).

    I'll look into it next time I update this :p

    You get slow-mo from pressing F8? :confused:

    Good to know xP

    I'm waiting on new effects to be added, and working on something else xP

    Right now, the only sound effects are footsteps and records and such. Boring stuff.
     
  12. Offline

    Legolas75893

    I believe the newest RB added some more events, and take your time.
     
  13. Offline

    pacmanjones

    Yeah, it slows/smooths your mouse movements down. I think it was meant for taking videos with, but nevertheless it would be a cool effect as well. The number 1 effect I'm hoping for it some kind of screen blurring/portal effect.
     
  14. Offline

    Kevin Forte

    Oh! Right, the inertia mode. If I could enable that, it would be fantastic but I don't think it's possible. I wish I could emulate the portal blur, but I don't know how. I'll have to ask around.
     
  15. Offline

    pacmanjones

    Are these effects currently in the plugin? I don't see them in the main post.
     
  16. Offline

    Sporling19

    update please =)

    it says "An internal error occured while attempting to perform this command" at 860
     
  17. Offline

    Kevin Forte

    Not yet, working on it.

    Command prompt please :)
     
  18. Offline

    compgurusteve

  19. Offline

    Sporling19

    /sanity

    was the command

    i donate 5$ if u make it run on 928 :p
     
  20. Offline

    Kevin Forte

    Can you show me your entire command prompt? Do that and I'll make sure it runs on 928 xP
     
  21. Offline

    Sporling19

    uhm i dont know much about scripting and that, maybe i get u wrong but, the command i typed was just /sanity
     
  22. Offline

    Kevin Forte

    How are you running your server?
     
  23. Offline

    Sporling19

    on a game hosting site, bukkit build 928
     
  24. Offline

    Kevin Forte

    Ahhhh, there's your problem. Is there any way you can see the system log for your server?
     
  25. Offline

    Sporling19

    sec let me check, if yes i look what it says if i use sanity command
     
  26. Offline

    Kevin Forte

    Exactly. There should be a big nasty looking bit that stands out pretty well. :p
     
  27. Offline

    Sporling19

    > 10:11:35 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'sanity' in plugin AmnesiaCraft v1.1.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32) at net.minecraft.server.NetworkManager.b(NetworkManager.java:223) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75) at net.minecraft.server.NetworkListenThread.a(SourceFile:105) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361) at net.minecraft.server.ThreadServerApplication.run(SourceFile:422) Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler at kforte318.AmnesiaCraft.AmnesiaCraft.onCommand(AmnesiaCraft.java:235) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35) ... 12 more >>
     
  28. Offline

    Kevin Forte

    Problem solved :) Install Permissions. ;) If you would like to wait a day, I can make it so the plugin isn't necessary.
     
  29. Offline

    Sporling19

    okay, i try it with permissions, if it works im donating :D

    EDIT: works! donated! everyone happy! thanks
     
    Kevin Forte likes this.
  30. Offline

    Kevin Forte

    Good to hear, and thanks so much! :D
     
  31. Offline

    Singapore123

    I wish you can reverse the node. I want to be an admin, but don't want to copy ALL of the node, so can you make it so that when you HAVE the node, you will fear the dark?

    EDIT: Or make it a serprate jar?
     

Share This Page