✨ Remote Door System ✨ [1.13 - 1.21] icon

✨ Remote Door System ✨ [1.13 - 1.21] -----

Remote control your iron doors



Documentation

/rdsreload: Reloads the plugin

remotedoorsystem.command.reload: Allows a player to use the /rdsreload command
remotedoorsystem.doors.create: Allows a player to create a remote door
remotedoorsystem.doors.toggle: Allows a player to toggle remote doors


Code (YAML):
Settings :
  #Prefix of the plugin shown in console and in game
  Prefix
: '&8 [&dRemoteDoorSystem&8 ] &7>>'
  #Enables/Disables plugin metrics. Keep this set to true to support us :) - Changing this setting requires a server restart!
  #What are metrics? Metrics are statistics that are sent to us, so we have an overview of how many servers are using the plugin. This statistic is shown on the Spigot plugin page!
  MetricsEnabled
: true
  #Enables/Disables the update check
  CheckForUpdates
: true
 

Code (YAML):
Messages:
  RemoteDoors
:
    #Message sent to a player when he created a remote door
    Created
: '&adoor created!'
    #Message sent to the player when there is an error with the remote door or with the remote control
    Error
: '&cthere is an error with your remote door!'
    #Message sent to the player when the remote door he tried to toggle is no longer available for example it got destroyed by another player
    NoLongerAvailable
: '&cthe door for this remote control is no longer available!'
    #Message sent to the player when he does not have any permissions to toggle a remote door
    NoTogglePermission
: '&cyou are not allowed to toggle remote doors!'
    #Message sent to the player when he toggles a remote door open
    Opened
: '&adoor opened!'
    #Message sent to the player when he toggles a remote door closed
    Closed
: '&4door closed!'
 

Code (YAML):
Commands:
  General
:
    #Message that is sent when a player executes a command but does not have any permissions
    NoPermission
: '&cyou are not allowed to use this command!'
    #Message sent in case the player uses the wrong syntax for a command
    WrongSyntax
: '&cplease use : &6%SYNTAX%&c!'
  Commands
:
    rdsreload
:
      #Message sent in case the reload command was successful
      Success
: '&aplugin reloaded successfully!'
      #Message sent in case the reload command was not successful
      Error
: '&cerror reloading the plugin!'
 

Code (YAML):
Permissions:
  Commands
:
    #Permission needed to use the rdsreload command
    rdsreload
: 'remotedoorsystem.command.reload'
  RemoteDoors
:
    #Permission needed to create a remote door
    Create
: 'remotedoorsystem.doors.create'
    #Permission needed to toggle a remote door
    Toggle
: 'remotedoorsystem.doors.toggle'
 

Code (YAML):
RemoteDoor:
  RemoteControl
:
    #Material of the remote control
    Material
: 'PAPER'
    #Amount of remote controls received per created door (defaults to 2 so the player has one backup key item)
    Amount
: 2
    #Name of the remote control
    Name
: '&d&lDoor Remote Control'
    #Lore of the remote control
    Lore
: [ ]
 


Resource Information
Author:
----------
Total Downloads: 126
First Release: Sep 18, 2021
Last Update: Jun 8, 2024
Category: ---------------
All-Time Rating:
0 ratings
Find more info at epic-josch.de...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings