Minecraft DeityProtect mod 2026 download
logo
minecraft mod DeityProtect

DeityProtect

Game Version: CB 1.3.1-R2.0
Total Downloads: 5,829
Updated: Aug 20, 2012
Created: Jul 20, 2012
Download DeityProtectDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v12.08.20 release 19.63 KB Aug 20, 2012 CB 1.3.1-R2.0 2,404 download DeityProtect v12.08.20 releaseDownload
v12.08.19 release 20.58 KB Aug 19, 2012 CB 1.3.1-R1.0 743 download DeityProtect v12.08.19 releaseDownload
v12.08.07 release 19.32 KB Aug 7, 2012 1.3.1 857 download DeityProtect v12.08.07 releaseDownload
v12.08.03 release 18.03 KB Aug 3, 2012 CB 1.2.5-R5.0 781 download DeityProtect v12.08.03 releaseDownload
v12.07.25 release 16.50 KB Jul 25, 2012 CB 1.2.5-R4.0 831 download DeityProtect v12.07.25 releaseDownload
v12.07.20 release 16.19 KB Jul 20, 2012 CB 1.2.5-R4.0 213 download DeityProtect v12.07.20 releaseDownload

Description

Share this:

What is DeityProtect?

This plugin is a light-weight chunk-based version of WorldGuard that is solely to be used by plugins who require a chunk based permission system. With no In-game interface this plugin is designed for developers to use for simplicity sake

Original developed for the ImDeity Kingdoms server for our in-house built Town system, however we are releasing it here to simplify some peoples lives

What does this plugin allow me to do?

For Server Admins: This plugin will not do anything for you, unless you are developer and using its API OR if you have a plugin installed that uses its API. Otherwise it will sit in the background.
For Developers: This plugin is setup so that all of the background logic behind saving chunks and having owners etc etc is done through the plugin. All you have to do is let the plugin know who has permission on the chunk with a simple boolean operator. The rest will be done by the plugin. I will update the Github Wiki on how to use this plugin once i get a chance to document the project.

Features:

  • The simplicity. Developers waste plenty of time designing their own systems, when in reality one system can do all
  • Have 2 plugins using the system? No problem! The system will distinguish between the two for you
  • Completely configurable error output located in the DeityProtect/language.yml config file

How does it work?

There are 4 main types of PermissionTypes that can be altered EDIT (block place/break), USE (Any type of using an item), and ACCESS (walking onto a chunk) and PVP (fighting). These all take in a name and require you to be the one to determine if said player has permission or not. There is an additional type for MOB_SPAWNING, however the name does not apply to this class yet, it may get more specific in the future.

Requirements:

  • DeityAPI (With a valid MySQL connection)

Commands

  • /deityprotect reload – Reloads the config and language files (Requires deityprotect.admin)

Permissions

  • deityprotect.admin – Gives access to /deityprotect reload
  • deityprotect.override – Gives an override to every permission within deityprotect

Configuration

deityprotect:
  worlds:
    world: # World name that pertains to the values
      default_edit_perm: true # Whether to allow the edit permission on unclaimed land
      default_use_perm: true # Whether to allow the use permission on unclaimed land
      default_access_perm: true # Whether to allow the access permission on unclaimed land
      default_mob_spawn_perm: true # Whether to allow the mob-spawn permission on unclaimed land
      default_pvp_perm: true # Whether to allow the pvp permission on unclaimed land

Plugins that use this

  • Kingdoms 2

Extra Links

Source: GitHub

Documentation: Will be written soon

Stats

Comments

Add a comment