Released, please remove topic !

Discussion in 'WIP and Development Status' started by Sammy, Apr 18, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Sammy

    [grass] [sand] [gravel] SyRaffle [grass] [sand] [gravel]
    'One man's trash is another one's treasure'

    Wait a second man what's a F is raffle ?
    in wiki:
    A raffle is a competition in which people obtain numbered tickets, each ticket having the chance of winning a prize. At a set time, the winners are drawn from a container holding a copy of every number. The drawn tickets are checked against a collection of prizes with numbers attached to them, and the holder of the ticket wins the prize.
    Originating in southern Italy, the raffle is a popular game in numerous countries and is often held to raise funds for a specific charity or event.

    Information about the author (open)
    Well if you are a Plugin Developer you may know me from the plugin development forum, I've been doing private plugins for my server, but now I'm finally releasing one to the wild.. I hope you like it

    About:

    I don't know if this has been done on bukkit, but I always thought it would be a good idea:

    Making a Raffle
    • Choose the prize - Material and Quantity
    • Choose cost of tickets - Material, Quantity
    • Give a Ticket Quantity and raffle time - Time in minutes
    • Start the raffle timer
    Buying a Raffle
    • Check if you have the required ItemStack
    • Choose how many tickets you want
    • Pray to win
    • Make a party with cake
    Commands:
    Some commands are already defined but feel free to give me ideas or warnings
    Code:
      raffle:
        aliases: [ra,raffles]
        description: Main Raffle Command
        usage: |
            /<command> -p [id] [qnt] - Choose raffle prize.
            /<command> -c [id] [qnt] - Choose raffle cost.
            /<command> -t [qnt][time] - Raffle time and ticket quantity.
            /<command> -s - Starts the raffle after configuration.
            /<command> -h - Shows this menu.
      buyraffle:
        aliases: [braffle,rafflebuy]
        description: Raffle buy Command
        usage: |
            /<command> [qnt] - Buy raffle tickets.
            /<command> -i - Information about raffle.
            /<command> -h - Shows this menu.   
    Todo list: (open)
    Todo List:
    • Fix buying system
    • Scheduling events
    • Inventory give and take
    • Implementing permissions
    • Cleaning up the code
    • Testing for bugs
    • Wait online to give prize
    • Persist everything (on server reboot the raffle continues)

    Change Log: (open)
    Not yet released

    Well I hope you like it, I'll do my best to release an alpha version this week
     
  2. Offline

    woodzy

    not a bad idea there is a lottery tickit thing but this could be cool(ER)
     
Thread Status:
Not open for further replies.

Share This Page