Inactive [ECON] WiiPay: pay your groups and players a salary at regular intervals [1.2.4-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by wiigor, Mar 26, 2012.

  1. Offline

    wiigor

    Features:

    • pay groups and players at a regular configurable interval.
    • set the interval between payments.
    • set the salary per group
    • set the salary per user
    • a nice payslip is displayed on the players screen every time a payment occurs.
    • the default payment interval is 1 minecraft day (1200 seconds)
    • Uses Vault for permissions and economy handling.
    Compatibility

    This plugin has been tested on craftbukkit [1.1] and [1.2.3] and it should work on [1.2.4] You must install the latest Vault plugin version, since wiipay uses it for economy and permissions.

    Download, screenshots and changelog

    click this:
    Link to the bukkitdev page for download, screenshots, the changelog and more information

    Commands:

    • /wiipay interval <interval in seconds> : Set the interval in seconds between payments
    • /wiipay setgroup <groupname> <salary> : Set the salary members of this group will receive.
    • /wiipay setuser <groupname> <salary> : Set the salary this user will receive every payment.
    • /wiipay list : Show all configured groups and their salaries.
    • /wiipay pay : Execute 1 payment manually.
    Configuration

    You can edit all variables set by commands in the config file: wiipay.yml. You can also set a server name in the config file. example wiipay.yml that belongs to the screenshot on top of this page:
    servername: Minecrafters.nl
    salary:
    group:
    builder: 100.0
    kilobuilder: 240.0
    player:
    wiigor: 10.0
    interval: 1200
    Background:

    WiiPay is a Minecraft bukkit Plugin Made By Wiigor for the Minecraft Alliance. (minecrafters.nl and mc.minecarts.nl:25568)
    Like many servers minecrafters.nl needed an automated system to grant players money at regular intervals. Since i couldnt find a working plugin anymore or the plugins if found were very complex, faulty or inefficient I decided to write one from scratch.
    I had 3 requirements for this system:
    1. It should be straightforward and simple to configure. (not loads of similar commands that have a complex syntax)
    2. The system should be efficient and not some hog that keeps hanging when I reload. (Like some alternative timed pay plugins do)
    3. It will be kept simple (only one timer/ only online players get paid)

    Bugs should be reported using the issue tracker on the bukkitdev page http://dev.bukkit.org/server-mods/wiipay

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  2. Offline

    md_5

    Approved
     
  3. Offline

    Togfan

    This is awesome! Thank you [cake]
     
  4. Offline

    ArcheCane

    apparently you're a Wii User as I see no reason to put Wii in the title.

    [​IMG]
     
  5. Offline

    rikishet

    How you can see how much money you have and what you can with the money?
     
  6. Offline

    Shankzter

    currency: Finns
    interval: 1200
    bonus-per-player: 0
    servername: CoalitionCraft
    show-payslip: true
    show-details: true
    salary:
    group:
    Peasant1: 8.0
    Peasant2: 8.0
    Peasant3: 8.0
    Citizen1: 12.0
    Citizen2: 12.0
    Citizen3: 12.0
    Kinsmen1: 15.0
    Kinsmen2: 15.0
    Kinsmen3: 15.0
    Noble1: 20.0
    Noble2: 20.0
    Noble3: 20.0
    Squire1: 18.0
    Squire2: 18.0
    Squire3: 18.0
    Apprentice1: 20.0
    Apprentice2: 20.0
    Apprentice3: 20.0
    Legionair1: 35.0
    Legionair2: 35.0
    Legionair3: 35.0
    Baron1: 65.0
    Baron2: 65.0
    Baron3: 65.0
    Duke1: 85.0
    Duke2: 85.0
    Duke3: 85.0
    Lord1: 100.0
    Lord2: 100.0
    Lord3: 100.0
    King1: 125.0
    King2: 125.0
    King3: 125.0
    player:
    thats the layout I use, and people are telling me that they get there rank payment + the old payment rank payment together. For example:

    Citizen gets 12 + 8

    how do i make it so they only get there ranks pay slip rather than getting there old rank pay slip and there current one?
     

Share This Page