Download [SimplePetsAddon] GriefPrevention Addon — Minecraft Mods — MetaMods

[SimplePetsAddon] GriefPrevention Addon

Active

Downloads

0

Last update

1 year ago

Versions

1.17 — 1.20.4
Server
Control
Mobs
Utils

[SimplePetsAddon] GriefPrevention Addon

This is an extension module for the SimplePets plugin that provides server administrators with the ability to control pet interactions based on territory status. The module allows blocking specific pet actions on various types of land plots, providing an additional layer of protection for players.

Required Dependencies

This addon requires the following plugins:

  • SimplePets (required)
  • GriefPrevention version 16.17.1 or higher (required)

Main Features

The module provides verification of various pet actions on different types of territories:

  • Control over pet summoning on trusted, administrative, unclaimed, and personal plots
  • Verification of the ability to mount pets on various types of territories
  • Tracking of pet movement across different plots
  • Control over riding pets depending on territory status

Installation

Several installation methods are available:

Installation via Command (Easiest Method)

  • Execute the command /pet addon install GriefPrevention
  • The system will automatically download and activate the module

Installation via Graphical Interface

  • Enter the command /pet addon
  • Click on the "Install Addons" item in the bottom row of the interface
  • Find the "GriefPrevention" element in the list
  • Click on it to install

Note: If the installation hangs with the message "Installing...", check the console for errors. If there are no errors, try another installation method.

Manual Installation

  • Open the SimplePets plugin folder
  • Navigate to the "Addons" folder (create it if it doesn't exist)
  • Download the addon file
  • Place the JAR file in the "Addons" folder
  • Restart the server to load the module

Default Configuration

# What bypass permission should be used?
bypass-permission: pet.griefprevention.bypass

checks:
  spawning:
    # Should the addon check pet summoning?
    enabled: true
    # This message is only visible when hovering over the failed pet summon message
    # Can be left empty or set to 'null' to disable the message
    reason: '&cYour pet cannot be summoned in this area'
    # Allow pet summoning on trusted plots?
    trusted-claims: true
    # Allow pet summoning on administrative plots?
    admin-claims: true
    # Allow pet summoning on unclaimed lands?
    unclaimed-land: true
    # Allow pet summoning on personal plots?
    personal-claims: true

  mounting:
    # Should the addon check pet mounting?
    enabled: true
    # Remove the pet or just cancel the action?
    remove-pet: true
    # Allow mounting pets on personal plots?
    personal-claims: true
    # Allow mounting pets on unclaimed lands?
    unclaimed-land: true
    # Allow mounting pets on administrative plots?
    admin-claims: true
    # Allow mounting pets on trusted plots?
    trusted-claims: true

  moving:
    # Should the addon check pet movement?
    enabled: true
    # Remove the pet or just cancel the action?
    remove-pet: true
    # Allow pet movement across unclaimed lands?
    unclaimed-land: true
    # Allow pet movement across administrative plots?
    admin-claims: true
    # Allow pet movement across personal plots?
    personal-claims: true
    # Allow pet movement across trusted plots?
    trusted-claims: true

  riding:
    # Should the addon check riding pets?
    enabled: true
    # Remove the pet or just cancel the action?
    remove-pet: true
    # Dismount from the pet (ignored if remove-pet is set to true)?
    dismount: true
    # Allow riding pets on unclaimed lands?
    unclaimed-land: true
    # Allow riding pets on trusted plots?
    trusted-claims: true
    # Allow riding pets on administrative plots?
    admin-claims: true
    # Allow riding pets on personal plots?
    personal-claims: true
Project members
brainsynder

brainsynder

Developer

Created: 24 Feb 2023

ID: 15167