PvPTime - Lets you choose what in-game hours you want PvP enabled

This is a discussion topic for the Ore project, PvPTime. View the full project on Ore for downloads and more information.


PvPTime for Sponge

Lets you choose what in-game hours you want PvP enabled. Perhaps you want to give the players yet another reason to keep indoors during the night?

PvPTime is also available for NeoForge and Bukkit/Spigot/PaperMC.

If you’re using SpongeNeo, I highly recommend using the plugin instead of the mod, as it is built on top of the SpongeAPI and the server can be updated without breaking PvPTime.

Features

  • Configurable time when PvP is enabled and disabled
  • Broadcasts when the PvP state changes
  • Multi world support
  • RegionGuard support (see below)

Permissions

  • pvptime.override - If you want anybody to be able to deal damage even during daytime, let them have this permission
  • pvptime.nopvp - If you want anybody to always be protected from PvP even in nighttime, let them have this permission
  • pvptime.reload - Permission for /pvptime reload
  • pvptime.info.current - Permission for the current world in /pvptime info
  • pvptime.info.all - Permission for the all worlds in /pvptime info

Configuring

The plugin requires pvp=on in your server.properties.

If you need, there’s information about the plugin configuration here.

RegionGuard Support

This integration needs to be enabled in the configuration file.

  • PvP Flag Allowed: PvP enabled in day and night time
  • PvP Flag Cleared: PvP only enabled in night time
  • PvP Flag Denied: PvP disabled in day and night time

Links

PvPTime was a Bukkit plugin originally created by Erbros and continued/recoded by Guichaguri.

4 Likes

Could/Would you add an option to allow real-time pvp times? For example, for my server, I’d like to set PvP to true for everyone for 2 real-time hours per day, at RANDOM/FIXED times of the day.

A new version has been released for PvPTime, it is available for download here.


  • Fixed crash with unloaded dimensions
  • Improved the API

Don’t know where the config file is loaded at

A new version has been released for PvPTime, it is available for download here.


  • Updated to Sponge API 17
  • Added RegionGuard support
  • Improved permissions