qWojtpl / AutoSmell

Add automatic smell and no cobblestone feature to your Minecraft server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


AutoSmell

Add automatic smell and no cobblestone feature to your Minecraft server

Tested minecraft versions:

1.19.3

Installation

Put AutoSmell.jar to your plugins folder and restart the server.

Configuration

Use § sign instead of & for colors

config.yml

prefix - Commands prefix
no-permission - No permission message, preceded by prefix
setAutoSmell - Set autosmell message (/autosmell, /piec)
setCobblestone - Set no cobblestone message (/cobblestone, /bruk)
setOn - "You set autosmell to "
setOff - "You set autosmell to "
autoSmellPermission - Permission to use /autosmell
noCobblestonePermission - Permission to use no cobblestone feature (/cobblestone)
managePermission - Permission to manage plugin (/autosmell reload, /cobblestone reload)
cobblestoneBlocks - You can disable not only cobblestone. This is list of blocks which will have disabled drops when you have no cobblestone feature turned on

Default configuration:

config:
  prefix: "§2[§eAS§2] "
  no-permission: "§cYou don't have permission!"
  setAutoSmell: "§aYou set autosmell to"
  setCobblestone: "§aYou set no cobblestone to"
  setOn: "§aOn"
  setOff: "§cOff"
  autoSmellPermission: "autosmell.use.smell"
  noCobblestonePermission: "autosmell.use.cobblestone"
  managePermission: "autosmell.manage"
  cobblestoneBlocks:
    - TUFF
    - COBBLESTONE
    - STONE
    - DEEPSLATE
    - NETHERRACK
    - BLACKSTONE
    - COBBLED_DEEPSLATE
    - ANDESITE
    - DIORITE
    - GRANITE

Commands & Permissions

/autosmell - Switch autosmelling ores (gold/iron/copper ore, ancient debris). You need to set permission in config.
/piec - Alias for /autosmell
/cobblestone - Switch no cobblestone feature (when on disables drops from blocks listed in config). You need to set permission in config.
/bruk - Alias for /cobblestone
/autosmell reload or /cobblestone reload - Reload configuration. You need to set permission in config. You need to set permission in config.

About

Add automatic smell and no cobblestone feature to your Minecraft server


Languages

Language:Java 100.0%