AuctionGUI+ [1.8-1.21] icon

AuctionGUI+ [1.8-1.21] -----

Advanced auction GUI with bids, works on all versions from 1.8 to 1.21, Auction House alternative



1.1.0-SNAPSHOT
Please read carefully this update note!

  • Added an option to store players earnings until they claim them themselves
  • Added auto refresh to the main menu

This is a major update and some manual updating is required (unless you decide to reset your configs/database and lose all already stored data).

Upgrading from previous versions
  • Update your config.yml according to the example:
    • Add storeEarnings entry
  • Update your menu.yml according to the example:
    • Add earnings section to menu -> main -> buttons (lines 52-60 in example)
  • Update your database by adding a field named earnings
    of type double (MySQL) or real (SQLite) to the players table.
    This can be simply done by accessing your database and executing following queries:
    MySQL:
    Code (Text):
    ALTER TABLE players ADD earnings double NOT NULL;
    Code (Text):
    UPDATE players SET earnings = 0.0;
    SQLite:
    Code (Text):
    ALTER TABLE players ADD COLUMN earnings REAL;
    Code (Text):
    UPDATE players SET earnings = 0.0;
    How to execute SQL queries

Note: If you think it's too hard for you, you can either reset your plugin's settings/database or contact me and I'll help you.
----------, Jul 26, 2016
Resource Information
Author:
----------
Total Downloads: 1,085
First Release: Feb 27, 2016
Last Update: Nov 29, 2024
Category: ---------------
All-Time Rating:
60 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings