AncientNightmare | Minecraft 'Horror' Minigame | 1.19+ icon

AncientNightmare | Minecraft 'Horror' Minigame | 1.19+ -----

A 1v1 'horror' minigame inspired by Five Nights At Freddy's.



[​IMG]
AncientNightmare is a Minecraft minigame inspired by Five Nights At Freddy's.
In this minigame one player plays as a SECURITY guard and the other one as the WARDEN.
This may sound silly, but it really is!


[​IMG]
[​IMG]
The Warden in this minigame is a little bit more special than the other ones.
You could say,he is even stronger than in vanilla!
Warden has 1 objective: killing the Security guard. The catch is that, obviously, even normal Wardens are blind and so is the player playing as Warden! With this obstacle, he has to find the best way of using sounds into his advantage, but also his special abilities.

Sonic Attack[​IMG]
Using this ability creates a sonic boom towards where you are currently looking.
If the Security gets hit by this, they will get slowed down and this may be your chance to kill them!


Rage
[​IMG]
Raging will give away your location to the Security by being loud, but with the benefit of speeding up.

Stealth
[​IMG]

Using stealth ability will make you invisible for a moment,
while the Security will be unable to hear your footsteps as they will be experiencing auditory hallucinations.

Wayfinder
[​IMG]

This special compass always points to the spawn of the Security.

Venting
[​IMG]

In AncientNightmare venting is possible for the Warden.

[​IMG]
The Security guard has also one objective: surviving.
They can do so either by hiding from the Warden or by escaping through the exit (which they have to find).

This may sound easy, but it really isn't.
Playing as the Security is more about managing time & your moves.
You can't let the Warden get near you, while keeping the battery above 0%.


Iron Doors
[​IMG]

Playing as the Security allows you to open and close iron doors, but be careful,
closing iron doors will make your battery drain!

Baton
[​IMG]
If you hit the Warden with this item, he will get stunned, giving you chance to escape.

Battery
[​IMG]

Finding the battery supply is important in order to keep your battery above 0%.

Apple
[​IMG]

It is an apple...

Decoy
[​IMG]

Using the decoy may confuse the Warden.

Exit
[​IMG]

Escpaing through the exit is second way of winning, but much more dangerous.

[​IMG]
All messages can be edited in language.yml. (Already translated messages on our discord in #languages channel.)
Easy arena setup.
Custom skins supported via SkinsRestorer.
Enable or disable special abilities & items.
Change cooldown of special abilities.
Support via Discord.
Ability to create own maps with custom game time with custom lore.
PlaceholderAPI support.
%ancientnightmare_wins%
%ancientnightmare_losses%
%ancientnightmare_games_played%
%ancientnightmare_warden_wins%
%ancientnightmare_security_wins%
Customisable lobby scoreboard.

[​IMG]
1. Download AncientNightmare.jar and put it into the plugins folder.
2. (Softdepend) Installing SkinsRestorer will allow you to use custom skins.
3. Customize the plugin as much as you want in config.yml or language.yml.
4. Setup the arena.

5. Have fun!

Our own map used in the trailer & guide is free to download. If you want it, download it here (It is a .schematic file, you need WorldEdit in order to paste it in your world)

[​IMG]
Code (YAML):
# Ancient Nightmare
# Discord (Support): https://discord.gg/UWnCW5gN5Z

# When set on true, it will be checked if you are using the latest version of AncientNightmare (otherwise a message will be sent in console and on join to players with ancientnightmare.admin permission)
check-updates
: true
# Sets skins to players when the game starts (Warning: you need SkinsRestorer downloaded for this)
use-skins
: true
# Disables mob spawning in created arenas when set on true (Warning: can lag server with bigger/many arenas, better solution is having arenas in separate world and using /gamerule doMobSpawning false)
disable-mob-spawn
: false


arena
:
  # When enabled, players can choose in the lobby the role which they want to play as. When disabled, the roles will be randomly selected.
  allow-role-select
: true
  # The arena countdown when both players are in lobby
  countdown-seconds
: 10
  # The amount of % which will be added (=recharged) per door in the arena when Security uses battery
  generator-recharge-per-door
: 10
  # The rewards after the game ends
  rewards
:
    # Enable or disable the rewards
    enabled
: false
    # The commands that will be sent after the game ends
    # %winner% will be replaced with the name of the winner of the game
    # %loser% wll be replaced with the name of the loser of the game
    commands
:
     - give %winner% diamond 5
  # The list of special blocks and their material type, this can be changed ingame using /an admin blocks set
  blocks
:
    generator
: COMMAND_BLOCK
    battery-supply
: BARREL
# When enabled a message asking the player if he wants to play again in the same arena will be sent to him
play-again-message
: true
# When enabled a lobby scoreboard will be set for players, this scoreboard can be customised in language.yml in lobby-scoreboard
lobby-scoreboard
: true


warden
:
  # The "vent speed" of Warden (Don't understand? This image may help: https://imgur.com/ar07mx3)
  vent-speed
: 0.25
  abilities
:
    sonic-attack
:
      # If set to false, the Warden won't get the Sonic Attack ability item at start of the game
      enabled
: true
      # The cooldown of Sonic Attack ability (in seconds)
      cooldown
: 25
      # The max range of the Sonic Attack ability
      max-range
: 35
    stealth
:
      # If set to false, the Warden won't get the Stealth ability item at start of the game
      enabled
: true
      # The cooldown of Stealth ability (in seconds)
      cooldown
: 30
    rage
:
      # If set to false, the Warden won't get the Rage ability item at start of the game
      enabled
: true
      # The cooldown of Rage ability (in seconds)
      cooldown
: 60
    compass
:
      # If set to false, the Warden won't get the Compass item at start of the game
      enabled
: true
security
:
  abilities
:
    apple
:
      # If set to false, Security won't get the Apple item at start of the game
      enabled
: true
      # The amount of Apples Security will be given at the start of the game
      amount
: 2
    fake-sound
:
      # If set to false, Security won't get the Fake Sound ability item at start of the game
      enabled
: true
      # The cooldown of Fake Sound ability (in seconds)
      cooldown
: 40
    baton
:
      # If set to false, Security won't get the Baton item at start of the game
      enabled
: true
      # The cooldown of Baton item (in seconds)
      cooldown
: 25

lobby
:
 

[​IMG]
List of all commands:
/ancientnightmare join (ancientnightmare.player permission needed)
/ancientnightmare leave (ancientnightmare.player permission needed)
/ancientnightmare stats (ancientnightmare.player permission needed)
/ancientnightmare admin (ancientnightmare.admin permission needed)

List of all permissions:
ancientnightmare.player - for all player commands
ancientnightmare.admin - for all commands

[​IMG]
Resource Information
Author:
----------
Total Downloads: 849
First Release: Aug 4, 2022
Last Update: Oct 31, 2023
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings