Magic Teleportation

Magical home/teleport system.

Total Downloads: 4,985 - First Release: Oct 28, 2015 - Last Update: Oct 27, 2017

5/5, 11 likes
  1. Yeah it's not body temperature, it's outdoor temperature that it displays. I'll look into that though
     
  2. Would be awesome if it's ready before tomorrow wipe . Would completely switch to this home system :D , only other thing that's bothering me is how some players managed to get dmged while tping , it doesn't seem to be affecting many tho . Other than that this is perfect , with the tp blocked in building blocked zones , does exactly what i wished for .
     
  3. Does it happen when the bed is at an awkward position or what? As the way it works is, it teleports you to the beds position + 1 meter above it
     
  4. Does it damage him every time or just sometimes?
     
  5. Aparently he took dmg everytime . I tried puting a bed right next to his and i got no damage . After this i destroyed his bed and asked him to place another in the exact same position, he doesn't take dmg anymore.
     
  6. Let me know if it happens again please :) and don't destroy the bed if it does happen again. I wanna see the circumstances under which it happens. Cheers :)
     
  7. Alright , i'll try to recreate the bug later .
     
  8. As for getting it ready for update, that's my goal after solving any existing bugs :)

    Adding tp to friends, admin tp etc.
     
  9. can you do a /help
     
  10. There is only one command, "/h" and you set homes by placing a bed so I'm not sure what you'd need me to add?
     
  11. So whenever someone types /help it shows up in the help menu. Otherwise people will never know its on the server.have it say something like to tp home place bed, use /h to tp to bed or whatever. Otherwise server owners and Admins are going to have to tell new players all the time how to do it. Like if you really don't want to, its cool. I guess I could just write my own /help for it. I just think it would be something your users would enjoy for convince.
     
  12. You can just do that using GUI Help plugin , it auto opens when players join .
     
  13. Norn updated Magic Homes with a new update entry:

    0.4

     
  14. Is there a set amount of homes that can be set from the beds or is it infinite. IE; A player has 10 beds, will he have 10 homes or can we cap it to say 5.
     
  15. You can change pretty much everything, check the configuration
     
  16. Looking forward to this after the wipe. Feedback incoming :)
     
  17. Homes are not being set , any fast fix possible ?
     
  18. Yup confirmed, needs an update for new Rust version.
    [DOUBLEPOST=1446760794][/DOUBLEPOST]To fix the plugin replace the wrong path after
    Code:
    Dictionary<string, string> DEFAULT_HomeEntities = new Dictionary<string, string>()
    with this correct one
    Code:
    {"assets/prefabs/deployable/bed/bed_deployed.prefab", "bed_deployed.prefab" },
     
  19. Norn updated Magic Homes with a new update entry:

    0.4


    [DOUBLEPOST=1446761795][/DOUBLEPOST]
    Or you can unload the plugin and edit "Entities" in "MagicHomes.json" in the data folder with the new path, then reload.