ssell
Last Activity:
Apr 14, 2011
Joined:
Mar 19, 2011
Messages:
217
Likes Received:
9
Trophy Points:
0

Followers 2

Gender:
Male
Location:
Orlando
Occupation:
Student / Software Engineer

Share This Page

ssell

Member, Male, from Orlando

ssell was last seen:
Apr 14, 2011
    1. Mareth
      Mareth
      You should update your TentThis plug-in, my members miss it so much! If you don't want to, maybe you could send somebody the files and they could update it for you :s
    2. maxi1134
      maxi1134
      Dude :O update tenthis , weee neeed thiss :O
      1. Mareth likes this.
    3. Orcem12
      Orcem12
      I'm continuing your Fortress Plugin :D
    4. srablaze
      srablaze
      hello i am new to plug-ins and only know a little bit of html do you think you could help me design a plugin like one from my only started thread
    5. Tim Visee
      Tim Visee
      Hello,

      I got a timer code that runs every 10 seccond from you, but is doesn't working, i got a red line under scheduleAsyncRepeatingTask. (I've changed plugin to this, I've added this code to the main file in the 'onEnable' function)

      [CODE]
      getServer( ).getScheduler( ).scheduleAsyncRepeatingTask( plugin, new Runnable( )
      {
      public void run( )
      {
      //your code here
      }
      }, 200 );
      [/CODE]
      Message continues in comments...
      1. Tim Visee
        Tim Visee
        ...On my profile is sad that the code works but it isn't.

        How can I solve this problem, must I import something or else?

        I want to contact you with a conversation but i can't do that...
        Apr 11, 2011
      2. ssell
        ssell
        Oh, forgot the last parameter. The above would work for a delayed task. Change it to this:

        getServer( ).getScheduler( ).scheduleAsyncRepeatingTask( this, new Runnable( )
        {
        public void run( )
        {

        }
        }, 200, 200 );

        The first 200 is when the initial event triggers, then the second 200 is how long to pause between repeating.
        Apr 11, 2011
      3. Tim Visee
        Tim Visee
        Thanks!
        Apr 11, 2011
    6. Codezen
      Codezen
      Hey man, I updated your FortressAssault plugin, please check out the post and pull request on git.
      1. ssell
        ssell
        Thanks so much for this! I partly updated the thread (will update completely later tonight).

        When I get home from work I will merge the changes you made into the master.
        Apr 8, 2011
    7. comando123
      comando123
      Hey there i was looking at your Tent code trying to find something i could play with to get an idea of how pluggins work(new to pluggins) but i am having trouble with RightClickBlockEvent i was wondering if you could point me to the correcct jar file where you imported this from. i cant seem to figure out how to PM you so i decided this would be the best way to get into contact with you
    8. bastion
      bastion
      No not at all, no worries.
    9. Mob generator
      Mob generator
      Could you tell me how to made plugin?
    10. Grimmkrieg
      Grimmkrieg
      Hey ssell, I've got some more tent designs (and design corrections/modifications) for you that I don't want to clutter up your main thread with, but I can't seem to send you a PM. Let me know how I should get those to you.
      1. ssell
        ssell
        Feel free to post them here on the profile or in the thread.
        Mar 31, 2011
    11. retsrif
      retsrif
      I saw what you wrote on the request for special chainmail armor, and if you ever wish to expand on it and if you would like to collaborate, I would be glad to, as I have a special item plugin too (Power Boots). I plan to allow full configuration in the future too.
      1. ssell
        ssell
        I would be happy to collaborate on a larger enhanced item plugin. Have anything in mind?
        Mar 25, 2011
  • Loading...
  • Loading...
  • About

    Gender:
    Male
    Location:
    Orlando
    Occupation:
    Student / Software Engineer
    Undergraduate CS student at the University of Central Florida.

    Employed as a Software Engineer at Dignitas Technologies where I help maintain the US Military's OneSAF (One Simulated Armed Forces) simulator and create various programs/tools that I can not really talk about :)

    Also working on a 3D-Rendering Engine as personal research/fun.

    Signature

    My Plugins: TentThis [670] | FortressAssault [670]