Skip to content

qWojtpl/AutoSmell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation


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.