SimpleEcoSigns

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

SimpleEcoSigns is a way to create Essentials-type [Sell] and [Buy] signs to purchase items from an infinitely-stocked admin shop in exchange for economy cash. It was created for DragonWeed.

Why create yet another shop plugin?

Because none of the others did what we wanted to do. SCS, which came close to what we wanted to do, had a tedency to corrupt its database often and we didn't need a showcase. Most plugins included player shops and setup which we didn't need since we wanted a clean migration from Essentials. While we found alternatives for the Essentials commands we needed in OpenInv, CommandBook and HomeSpawnPlus, the economy signs were the last missing feature we needed. That is when I took the time to code this plugin.

What are the features?

  • No configuration required: place the plugin in your plugins folder and restart.
  • Easy setup: No commands to run, no punching signs and chests, just clear, concise syntax.
  • Pretty names supported out of the box: Use item IDs, the Bukkit Material names or define your own names using a Essentials format item.csv in the plugin folder.

Usage

After installing the plugin, grant simpleecosigns.create and simpleecosigns.destroy, respectively, to users who will create and destroy signs. By default, they are granted to ops. Normal users will have permission to use the signs by right-clicking them.

Sign syntax

All fields are required.

Sell

The server will buy an item from you:

[Sell]
Amount (Must be a number)
Item(:Value)
($)Price (Must be a number with or without decimals)

Example:

[Sell]
1
Diamond
$100
Buy

The server will sell an item to you:

[Buy]
Amount (Must be a number)
Item(:Value)
($)Price (Must be a number with or without decimals)

For example:

[Buy]
1
Diamond
$1000

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    48676
  • Created
    Dec 19, 2012
  • Last Released File
    Dec 23, 2012
  • Total Downloads
    5,695
  • License

Categories

Members

Recent Files