[INACTIVE][TP/FUN] CakePort v0.5 - Teleport pads [860]

Discussion in 'Inactive/Unsupported Plugins' started by fossil58, Mar 23, 2011.

  1. Offline

    fossil58

    CakePort - Cake teleport pads!
    Version: v0.5

    CakePort let's you link two cakes together, and by stepping on one it will teleport you to the other. :)
    If you have any ideas or suggestions, post 'em! Originally this was supposed to be for the server I run / play with my friends on, which is the reason why I used cakes. CakePort is my first plugin and java project so, yeah.

    Features:
    • Create teleport pads out of cakes
    • Stepping on a linked cake will teleport you to the other and vice versa! (no infinite loops)
    Usage:
    • Select a cake by right clicking with a bone
    • Add cakes by typing "/addcake [CakeName]"
    • Link two cakes by typing "/linkcakes [CakeName1] [CakeName2]"
    • Simply destroy cakes to remove/unlink them
    Permissions:
    Code:
                - 'cakeport.link'
                - 'cakeport.add'
                - 'cakeport.remove'
                - 'cakeport.warp'
    Should default to OP with no Permissions

    Download CakePort

    Known Issues
    • Sometimes doesn't create the folder /plugins/CakePort/ so you might have to create it yourself
    • Doesn't delete cakes when using things like WorldEdit's superpickaxe
    If you find any bugs post!

    ToDo:
    • One way teleports
    • Toll based teleporting?
    • List all CakePorts
    • Config file to use blocks other than cake?
    Changelog:

    Version 0.5:
    • cleanup
    Version 0.4:
    • Updated
    • Added 'cakeport.warp'
    • CakePorts can't be eaten (don't disappear or heal)
    Version 0.3:
    • Updated to latest recommended build
    Version 0.2:
    • Multi-world support
    Version 0.1:
    • Initial release
    Source
     
  2. Offline

    fossil58

    Create a folder in plugins called CakePort. This seems to work I think.
     
  3. Offline

    kw0lf15

    ghytyhggy
     
  4. Offline

    darkhax

    i have a good idea but it whoul probably take a lot of work. you should beable to make cake that link and you have to eat a peice to travel. that whould be cool because games get boring withougt limits.
     
  5. Offline

    Flawm

    Another little 'glitch' that I have found, is that if you destroy the block underneath a linked cake with '//' from world edit, or creativestick/istick, it won't remove the cake's data, and if you place the block back, but not the cake, when you step where the cake once was, it'll teleport you to the other linked cake. But I don't supposed you can solve this because creativestick, and '//' makes it so that the BlockDestroy function or what ever it is, isn't tripped.
     
  6. Offline

    fossil58

    Maybe I'll add this if more people want it? Otherwise, maybe once I add some sort of toll it'll be okay?

    Yeah, I'm not really sure what I can do about detecting another plugin destroying blocks so I'll probably just leave it; unless, someone knows how to do it? :)
     
  7. Offline

    Jorrdan

    Just out of simple curiosity, why is it i come back to my server this morning, and half the cakes are EATEN. In a world guard protected area too. I mean come on lol.. can you please fix this?
     
  8. Offline

    fossil58

    I'm not sure how to fix it without giving people infinite heal but, I'll work on it after midterms are over. And yeah, sorry about your cakes!
     
  9. Offline

    Jorrdan

    Thanks :) Infinite heal would be a lot better than redoing 30 teleporters when i wake up rofl
     
  10. Offline

    Zaros

    brb, eating portals.

    I'll probably get this when the eating problem has been solved. It looks delicious useful.
     
  11. Offline

    verboseone

    I like this idea. On my server there are factions with different powers.
    I would love for one faction to have teleporting abilities.
    I see I can currently limit one faction(group) to creating the teleports.. But I would like to also limit that group to be the only ones who can use it.

    I love the idea of each time you use the teleport part of the cake is gone!!

    Just my two cents.. :)
     
  12. Offline

    fossil58

    You'll be good if I just add a Permission node for that right? I'll add it.
     
  13. Offline

    verboseone

    Yes, that would be fantastic!!
     
  14. Offline

    tikktokk

    why cant any items be used?
    (SADLY) only one plugin so far dont require any gates/blocks to be used but (for some wierd reason) does not support permissions!
     
  15. Offline

    fossil58

    Only cakes can be used because I initially only intended to use this plugin on my server. If enough people want the plugin to use any block I can add that but, I'm pretty busy with school at the moment so don't expect it too soon.
     
  16. Offline

    Nuinbot

    Sounds like a fun plugin, but I would rather not get frosting all over my diamond booties. :D
     
  17. Offline

    werwew19

    fossil you should use iconomy and have people pay to use some warps which would be awesome either way great plugin definitely gonna be in my server
     
  18. Offline

    davejavu

    I cant link cakes :(
    I created a folder but that didnt do anything
    idk what build (the beta 1.5_02 test one)
    no errors on console
     
  19. Offline

    Plague

    considered inactive
     
  20. Offline

    Manji

    well, still works for me, b740 plus a whole bunch of other plungins like mcMMO and Sortal.
    love the simple cake solution : )
     
  21. Offline

    fossil58

    Hey guys, sorry about disappearing. I've been bombarded by tests for about 2 months straight and I'm finally done!

    Anyways, I believe I've got the eating thing fixed (CakePorts won't heal or disappear), and I've added the permission node 'cakeport.warp' for warping permissions. This has been lightly tested and I haven't looked at code in a while so I apologize in advanced if you find any bugs!

    Again, sorry to the guys whom I promised stuff to be done.
     
  22. Offline

    kahlilnc

    Work with 818?
     
  23. Offline

    fossil58

  24. Offline

    kahlilnc

    Why not update the title then?
     
  25. Offline

    fossil58

  26. Offline

    Initialdarkness

    Code:
    21:16:08 [SEVERE] Could not pass event PLAYER_MOVE to CakePort
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
            at com.gmail.marvinj91.CakePort.CakePortPlayerListener.onPlayerMove(Cake
    PortPlayerListener.java:80)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:285)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >

    Any idea what's wrong?

    (This an error that shows up in my server console when I step on a cake that's been linked[Bukkit 1.6.6])
     
  27. Offline

    TruffleDucks

    Does this finally work after like 4 updates ago? :D
     
  28. Offline

    fossil58

    I think I know what's wrong. You're not using Permissions I'm guessing? And yup, it works! :D
     
  29. Offline

    Initialdarkness

    I'm still new to bukkit, how do I use permissions? O:

    Thanks!

    Solved! Thanks for your help ^_^

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

    BunBunRoo

    I downloaded it any its in there fine but it wont teleport me to the other linked cake. it tells me they are added and that they are linked but nothing happens
     
  31. Offline

    Andrew1431

    Hey! really love the mod but can other people ride my cakes? it must be a permissions thing, :p I don't want it so only i can ride it :p
     

Share This Page