[REQ]Online/Web-Achievements

Discussion in 'Archived: Plugin Requests' started by ChrisX930, Jun 10, 2012.

  1. Offline

    ChrisX930

    Hey Guys,
    I want a Plugin to create my own Achievements on my server.
    It should be possible to create a Webinnterface who anyone can watch their own Achievemts and the Achievements of other players.

    It should possible to create own Achivements.
    Screenshot

    (Sorry for my bad english, I hope you know what I mean).


    It should be usable with http://dev.bukkit.org/server-mods/saaplugin/
     
  2. Offline

    ddeckys

    You probably need spout for this.
     
  3. Offline

    ChrisX930

    Is it possible to make one without spout?
    (only with a chatmessage for get a Achievement).
    the Achievements should be viewable on a website.
     
  4. Offline

    ddeckys

    Yes it's possible, but most web bridges actually cost money.
    I'm not nearly experienced enough to make something like this.
     
  5. Offline

    ChrisX930

    If anyone can make this, I will pay 20€ (Paypal)
     
  6. Offline

    newboyhun

    With SAA you could make achievements,you just need to change it to use MySQL,after that just connect to database with a PHP script and get the data.
    I could make the php script for ya.
    But the plugin says : Planned web stats system.
    So later they will make this.
    If i misunderstood you send me a PM,and explain it more =D

    If this is what you mean,then i can make it for you.
    I have 3-4 year experience in web developing (now working on a webshop for my server =) )

    My english bad too sorry.
     
  7. Offline

    ChrisX930

    I tried SAA, but I think that SAA won't really work :/
    I've installed it, I connected it with my database
    For testing I created this as table_entry:
    Code:
    INSERT INTO `achievements_achievements` (`name`, `description`, `type`, `block`, `data`, `value`, `command`) VALUES
    ('Grasblock', 'Zerstoere einen Grasblock', 'BLOCKDESTROY', '2', '', '1', '');
    Iv'e restarted my server and tried to destroy a grass-block.
    I don't get the Achievement.

    My Config-File
    Code:
    general:
      language: de
      update-delay: 5
      achievements: true
      text_color: '&6'
      data_color: '&7'
      debug: false
      awardInfo: true
    database:
      type: mysql
      table_prefix: Achievements
      host: localhost
      port: 3306
      database: --
      user: --
      password: --
    DisableCreative: false
    SimpleSpleefSupport: false
    ForcePlaytimeUpdate: true
    DisabledWorlds:
    - disabledworld1
    - disabledworld2
    
     
  8. Offline

    newboyhun

    I'm going to test it too.

    Edit: This is my query:
    Code:
    INSERT INTO `achiv__achievements` (`name`, `description`, `type`, `block`, `data`, `value`, `command`) VALUES
    ('test', 'teszt', 'BLOCKDESTROY', 1, 0, 1, 'say teszt');
    This works.

    You forgot to add the data.
     
  9. Offline

    ChrisX930

    I tried it again, but I don't get the Achievements-.-
    I tried it with and without spout.
    The plugin is correctly configurated.
    I need a other plugin that works
     
  10. Offline

    newboyhun

    =S
    But this works,can't get why not working for you =S
    Did you tried with my query?
    Try this:
    Code:
    INSERT INTO `Achievements_achievements` (`name`, `description`, `type`, `block`, `data`, `value`, `command`) VALUES ('test', 'teszt', 'BLOCKDESTROY', 1, 0, 1, 'say teszt');
    Break a stone.

    You need these permissions for receiving achievements :

    stats.receive
    achievements.receive
     
  11. Offline

    ChrisX930

    Ok, now it works.

    Now I need someone who can make a webscript for this.
    Is there anyone who can make this for me?
    I'll pay 20€ for a private-Script
     
  12. Offline

    newboyhun

    Yes ,me =D
    I will get working on it tomorrow or today.
    I will pm you if i'm get working on it =)
     
  13. Offline

    ChrisX930

    okay, thank you :)
    I hope you can create a good Script for us :D
     
  14. Offline

    ddeckys

    You're not allowed to offer money here.
     
  15. Offline

    ChrisX930

    Why not?
    I spend it for the developer D:
     
  16. Offline

    TnT

    Monetary offers are against the TOS. Don't do it again.
     
  17. Offline

    wacossusca34

    Add me on Skype: wacossusca34

    I am a plugin developer, and I will code this for you as long as the fixed amount of 20€ occurs as payment in the agreement. I have just recently completed my first plugin, but I have much more experience with Java than the average developer here (Most are just starting to learn Java because they thought plugin development would be cool).

    AppletChat was my first plugin. It took a while to code since it's actually a server that plugs into the minecraft server to host for a chat client that I coded, while tapping into the minecraft chat, allowing minecraft players to participate in the chat room. Take a look at it below:

    http://forums.bukkit.org/threads/ch...t-players-from-a-web-applet-1-2-5-r3-0.80011/

    I also realize this is against the rules. If the moderators have to remove this post, please just resort to that and don't ban my account.
     

Share This Page