Do you want to create really cool minecraft not fully PVE server? Yes?
This plugin will help you!
This plugin will help you!
Our bukkit page for lower versions of the game: http://dev.bukkit.org/bukkit-plugins/night-attack/
Features
- Turn on PVP at night, or if configured, day.
- Highly configurable.
- Easy to customise the text used in the plugin.
- Sounds when PVP starts and ends.
- Change difficulty when PVP starts (From Easy to Hard).
- Each world is treated separately
- Option to block placement of fire/lava in day/night
A file called config.yml is in your plugins/NightAttack/ directory and is used to modify the plugin's settings.
Spoiler: Click to open configuration file:
Permissions
pvp:
# If PVP is enabled at night.
# If it is false, PVP is enabled at day instead, and disabled at night.
enableAtNight: true
time:
# The time in MC that day starts
dayStart: 23850
# The time in MC that day ends
dayEnd: 12300
difficulty:
# If difficulty is changed when PVP is turned on.
changeDifficulty: true
# The difficulty when PVP is enabled in that world.
# This can be HARD, NORMAL, EASY or PEACEFUL.
pvpDifficulty: HARD
# The difficulty when PVP is disabled in that world.
normalDifficulty: EASY
sound:
# Whether to play a sound when PVP starts or ends.
playSound: true
# Whether to play a sound for PVP starting.
startSoundPlay: true
# Whether to play a sound for PVP ending.
endSoundPlay: true
# The ID for the sound to be played at the start of PVP.
startSound: AMBIENCE_CAVE
# The ID for the sound to be played at the end of PVP.
endSound: CHICKEN_HURT
messages:
# Send a message when PVP changes.
sendPVPChangeMessages: true
# Send a message to a joining player about PVP in the world.
sendJoinMessages: true
# Sends PVP state when a player goes between worlds.
sendChangeWorldMessages: true
restrict:
# Whether to restrict blocks/fire/anything.
# This is overrides the below blocking config.
restrict: false
# Whether to block when it is day or not.
# False if you want to block at night.
atDay: true
# Whether you want to block fire.
# (through manual placing, flint and steel or fire charges)
blockFire: true
# If you want to block placing lava with a bucket
blockLavaBucket: true
# If you want to block the blocks listed in BlockList
restrictBlockList: true
# List of blocks to block if restrictBlockList is true.
# 10 and 11 are lava, just in case they are manually placed.
blockList:
- 10
- 11
worlds:
# Whether to use this plugin on all worlds.
# Invalidates the rest of the worlds section below
allWorlds: true
# Whether to exclude the worlds listed below.
# False means worldlist is a whitelist.
blacklist: false
# List of worlds that this plugin should be active in.
# Will be a whitelist if blacklist is false
worldList:
- world
- world_nether
- world_the_end
# If PVP is enabled at night.
# If it is false, PVP is enabled at day instead, and disabled at night.
enableAtNight: true
time:
# The time in MC that day starts
dayStart: 23850
# The time in MC that day ends
dayEnd: 12300
difficulty:
# If difficulty is changed when PVP is turned on.
changeDifficulty: true
# The difficulty when PVP is enabled in that world.
# This can be HARD, NORMAL, EASY or PEACEFUL.
pvpDifficulty: HARD
# The difficulty when PVP is disabled in that world.
normalDifficulty: EASY
sound:
# Whether to play a sound when PVP starts or ends.
playSound: true
# Whether to play a sound for PVP starting.
startSoundPlay: true
# Whether to play a sound for PVP ending.
endSoundPlay: true
# The ID for the sound to be played at the start of PVP.
startSound: AMBIENCE_CAVE
# The ID for the sound to be played at the end of PVP.
endSound: CHICKEN_HURT
messages:
# Send a message when PVP changes.
sendPVPChangeMessages: true
# Send a message to a joining player about PVP in the world.
sendJoinMessages: true
# Sends PVP state when a player goes between worlds.
sendChangeWorldMessages: true
restrict:
# Whether to restrict blocks/fire/anything.
# This is overrides the below blocking config.
restrict: false
# Whether to block when it is day or not.
# False if you want to block at night.
atDay: true
# Whether you want to block fire.
# (through manual placing, flint and steel or fire charges)
blockFire: true
# If you want to block placing lava with a bucket
blockLavaBucket: true
# If you want to block the blocks listed in BlockList
restrictBlockList: true
# List of blocks to block if restrictBlockList is true.
# 10 and 11 are lava, just in case they are manually placed.
blockList:
- 10
- 11
worlds:
# Whether to use this plugin on all worlds.
# Invalidates the rest of the worlds section below
allWorlds: true
# Whether to exclude the worlds listed below.
# False means worldlist is a whitelist.
blacklist: false
# List of worlds that this plugin should be active in.
# Will be a whitelist if blacklist is false
worldList:
- world
- world_nether
- world_the_end
Spoiler: Click to open Permissions list:
Commands
nightattack.* Grants the recipient access to all the below permissions
nightattack.join Recipient is allowed to receive join messages from this plugin.
nightattack.change Recipient receives a message on the current PVP state when they enter a different world.
nightattack.sound Recipient receives the sound for PVP start/end.
nightattack.msg Recipient receives a message on PVP start/end.
nightattack.status Recipient can use the /pvpstatus command
nightattack.status.others Recipient can use the /pvpstatus command with an ergument for world
nightattack.switch Recipient can use the /pvpswitch command (Defaults to OP only)
nightattack.norestrict Recipient is not restricted by block/fire/lava restrictions (Defaults to OP only)
nightattack.join Recipient is allowed to receive join messages from this plugin.
nightattack.change Recipient receives a message on the current PVP state when they enter a different world.
nightattack.sound Recipient receives the sound for PVP start/end.
nightattack.msg Recipient receives a message on PVP start/end.
nightattack.status Recipient can use the /pvpstatus command
nightattack.status.others Recipient can use the /pvpstatus command with an ergument for world
nightattack.switch Recipient can use the /pvpswitch command (Defaults to OP only)
nightattack.norestrict Recipient is not restricted by block/fire/lava restrictions (Defaults to OP only)
Spoiler: Click to see main commands of the plugin:
/pvpstatus [world] - Says the PVP status and time of the current or written world.
/pvpswitch Switches the enableAtNight config, makes day the PVP time if it was night before.
/pvpswitch Switches the enableAtNight config, makes day the PVP time if it was night before.
Messages
A file called messages.yml is in your plugins/NightAttack/ directory and is used to modify messages the plugin sends. %pvp% and %time% are replaced with the current world's PVP status and time (night or day), the output of these can also be configured in the messages.yml file
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Night Attack | Day/Night PVP Mode | Absolutely FREE is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8. Downloaded 672 times (via Spigot). Download it and open it directly in the game.