[SimplePets] WorldGuard Addon icon

[SimplePets] WorldGuard Addon -----

[SimplePetsAddon] Hooks into WorldGuard so that you can stop specific pet events in regions



What is this addon?

This is a SimplePets Addon that allows server owners/admins to utilize custom WorldGuard flags that will allow for pets to have some restrictions in certain regions.



Plugin/Resource Links:




What Features does it have?


  • New flag "allow-pet-spawn"
    - This is used when the player tries to spawn a pet
    (Default is set to allow)
  • New flag "allow-pet-enter"
    - This is used a pet tries to walk into the region
    (Default is set to allow)
  • New flag "allow-pet-mounting"
    - This is used the player tries to mount the pet
    (Default is set to allow)
  • New flag "allow-pet-riding"
    - This is used when the player tries to ride the pet in the region
    (Default is set to allow)


How to install:


The addon can be installed a few different ways it can be done via the install command, via the GUI installer, or manually

Install via Command: (Easiest)

  1. Simply type the `/pet addon install WorldGuard` command
    It will also attempt to load and enable it
Install via GUI Installer:

  1. Run the `/pet addon` command
  2. Click the `Install Addons` item that is in the bottom row of the GUI
  3. Locate the `WorldGuard` item in the GUI
  4. Once found simply click it
    NOTE: If it gets stuck saying "Installing..." then check your console for any errors, If there are none then try one of the other methods.
Install Manually:

  1. Open the SimplePets plugin folder
  2. Open the `Addons` folder
    (If the folder is not there then simply create one)
  3. Download the addon from one of the download locations
  4. Drop the addons jar file into the `Addons` folder
  5. Restart your server (This is to actually get the addon loaded into the plugin)


Default Config:
Code (YAML):

# What should the bypass permission be set to?
bypass-permission
: pet.worldguard.bypass

checks
:
  spawning
:
    # Should the addon check when a pet is spawned?
    enabled
: true
    # This message is only visible when you hover over the 'pet failed to spawn' message
    # You can make this blank or 'null' if you want no message
    reason
: '&cYour pet is not able to be spawned in this area'

  mounting
:
    # Should the addon check when the player mounts the pet?
    enabled
: true
    # Should the pet be removed or should it just be canceled?
    remove-pet
: true

  moving
:
    # Should the addon check when a pet moves?
    enabled
: true
    # Should the pet be removed or should it just be canceled?
    remove-pet
: true

  riding
:
    # Should the addon check when the pets owner is riding it?
    enabled
: true
    # Should the pet be removed or should it just be canceled?
    remove-pet
: true
    # Should the player be dismounted (if remove-pet is set to true this is ignored)?
    dismount
: true
 
Resource Information
Author:
----------
Total Downloads: 141
First Release: Feb 17, 2023
Last Update: Feb 17, 2023
Category: ---------------
All-Time Rating:
0 ratings
Find more info at wiki.bsdevelopment.org...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings