Sprinklers will run without water pipe connection.

Supported Games
GameServerKingsGameServerKings

Permissions

  • waterlesssprinklers.use -- Allows players to use the waterless sprinklers function
  • waterlesssprinklers.admin -- Allows admin to use chat command

Command

-setsprinklerspecial

The command will assing a specific skinId to the stack of sprinklers in the inventory. Sprinkerler can then be used or sold in vending machine.tested with plugin custom vending setup

config

{
  "Use permission": true,
  "Permission": "waterlesssprinklers.use",
  "PermissionAdmin": "waterlesssprinklers.admin",
  "Make sprinkler special command": "setsprinklerspecial",  
  "Only turn on if there is no IO connected to sprinklers": true
}

"Use permission": true,

when true, use the oxide permission systemwhen false, everybody can use the plugin function

"Permission": "waterlesssprinklers.use",

Name of the permission for user

PermissionAdmin": "waterlesssprinklers.admin",

name of the permission for admin function

"Make sprinkler special command": "setsprinklerspecial",

command to assign skinId to sprinklers in the inventory of the admin using the command.work on only one stack of sprinkler in the inventory.

"Only turn on if there is no IO connected to sprinklers": true

when true, only the sprinklers that have no connection (in or out) will turn on.when false, all sprinklers are initialized to on by the plugin.

datafile

no data file generated.

Documentation

No need to connect sprinklers to water sources, they will produce water and turn on automatically.When connected to a circuit, the circuit will override and take control of the sprinkler.

Plugin turn on sprinklers when placed or on server restart.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.