Temporary Random Coords

Discussion in 'Archived: Plugin Requests' started by slayr288, Jan 12, 2013.

  1. Offline

    slayr288

    Plugin category: Fix

    Suggested name: TempRandomCoords

    What I want: I want this plugin to add random numbers to your coordinates that you see in your "F3" screen for the first 120 seconds that you are logged in.
    After the 120 seconds that you are logged in, the coordinates go back to normal.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: trc.bypass - Plugin doesn't affect you. (Not needed)

    When I'd like it by: Anytime that is good for you

    Extra Information: I tried making this myself, but I could not figure out how to change the actual coordinates in your "F3" screen.
    So, I decided to make a request, hopefully you guys can help me.
     
  2. Offline

    Bubelbub

    You could solve it by teleporting the player.
    F3 = Client Side Informations
    If you port the Client to random X, Y, Z (and freeze?) the Client shows you the random position.

    Without a teleport you couldnt realize that.
    (i think! there is no "player.setfakex" oder "player.x" ^^)
     
  3. Offline

    slayr288

  4. Offline

    Bubelbub

    Ahh yes!
    With the requirment you could modify the client side by sending "fake coordinate".

    -> http://dev.bukkit.org/server-mods/protocollib/

    I forgot the possibilitys of java -.-

    Could this closed? Or is the randomcoords outdated?
     
  5. Offline

    slayr288

    I'm having trouble with timing the random coordinates for every player, and then returning to normal.
    Does anyone think they could make this for me?
     
  6. Offline

    lordaragos

    I'm thinking it's setup like MobDisguise and sending fake packets to the client
     
  7. Offline

    slayr288

    Has anyone accepted this request?
     
  8. Offline

    slayr288

    <Bump>

    I really need this guys, I could even offer up my $1.00 in my PayPal. :)
     
  9. Offline

    Grave

    AS
    Are you still looking for help? If you are then I can set up a sort of login script through a plugin called variable triggers and make it give a temporary permission to the logged in player and after a certain amount of time make it remove that permission or the other way around, also is the plugin up to date?
     
  10. Offline

    slayr288

    I made it myself, sorry.
     
  11. Offline

    Grave

    That's awesome, glad to know :)
     

Share This Page