Skip to content

rd156/MinecraftCondensePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinecraftCondensePlugin

- The condense command allows you to transform items into blocks.

The associated permission is condense.use

Configuration:

The configuration file is in the "Condense" folder in the plugins part of your server.
Inside you can activate the display of a message for each transformation.

display:
  list: true

List of item that you can condense:

You can add every element that you want change with condense command. If you remove the block of one condense this items can not be condensed with this command.

condense:
  IRON_NUGGET:
    output: IRON_INGOT
    ratio_in: 9
    ratio_out: 1
  GOLD_NUGGET:
    output: GOLD_INGOT
    ratio_in: 9
    ratio_out: 1

Message:

You can also customize the set of messages displayed by the plugin.
By default the messages displayed is in english, but you can change this message in the configuration file.
The messages are divided into several categories:
The error messages found in the part error
The status messages found in the part condense

message:
  condense:
    resume: "§a[number] items have been transformed."
    item: "§a[item1] change into [item2]."
  error:
    inventory_full: "§4Inventory full: impossible to change [item1] into [item2]."
    ratio_zero: "§4Attention the conversion ratio of [item1] is equal to 0."

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages