[Inactive][SEC/FUN/INFO/CHAT/TP] Towny v0.71 Community Edition [953]

Discussion in 'Inactive/Unsupported Plugins' started by croxis, Jun 28, 2011.

  1. Offline

    SwearWord

    Not possible right now but there's a slight work around. Just set someone else as the mayor, possibly an inactive player. Then create your own town.

    If you ever want to add people to the neutral town use /ta town add <townname> <player>
    Or you can temporarily set yourself as its mayor with /ta set mayor <townname> <yourname>

    I know the command isn't documented, we'll work on that.

    @Zothen
    Not sure if you missed it but LlmDl posted the solution. Any time you want to add/kick a resident or assistant just add a + sign.

    /t kick+ Griefer1
    /t assistant add+ goodperson

    @heifinator
    There are already switch IDs but they work as on a global basis, not per town. You can change them in the properties file under switch_ids = item1,item2

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

    number1_Master

    YAY FINALLY YES YES YES THX YOU, heres a resting place:
    [diamondblock]
    [diamondblock][diamondblock][diamondblock]
    [brickblock]:)[brickblock]
    [brickblock] [brickblock][brickblock] [cake][cake]
    [grass][grass][grass][grass][grass][grass][grass][grass][grass]

    ok i just got this weird issue
    people can build and destroy in spawn because its in the wild
    what can i do to stop that (besides turn off building/destroying in wild):confused:

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

    jayri

    turn on spawn protection.
     
  4. Offline

    1n5aN1aC

    or make a town that is admin-only that is used to protect spawn.

    either way.
     
  5. Indeed, I never saw that before! Thank you a lot!
     
  6. Offline

    panade

    thanks for the answer, at the moment i just removed me from the mayor list. have to figure out if this issues some permission leaks inside the town but it seems to work.
     
  7. Does anyone actually use the old h-mod flat file system with Towny?

    If I don't get any yes replies here I'll delete it. It's not upto date and it's also not platform independant so is likely to cause issues with windows based systems.
     
  8. Offline

    XterierK

    is it possible to delete nation owners prefix's and stop it from changing the username color to gold?
     
  9. Offline

    jayri

    um yes there
    um yes there is a way to delete the nation owners prefix.
     
  10. Offline

    SwearWord

    The gold is hardcoded but you can just set the prefix to nothing in configuration.
     
  11. Offline

    amunro

    Thanks for picking this up croxis
     
  12. Offline

    XterierK

    Darn, I don't really like the gold. Thanks for the tip.
     
  13. Offline

    heifinator

    Thanks for reviving this

    2 suggestions

    1) Be able to enable disable block use per block per town,

    This is so I could have outsiders open doors, but not chests. Make it a little more customizeable

    2) Make town upkeep based on how many chunks you control.
     
  14. Offline

    SwearWord

    If you didn't know you can add items to the switch_ids in the config. It's not per town but you can enable/disable switch per town.
     
  15. Offline

    heifinator

    I knew about this. Some towns in my server would like to have doors or buttons useable but chests or levers not. Something like that.
     
  16. Offline

    SwearWord

    I can give you a custom build with no color, would you want that?
     
  17. Offline

    croxis

    The colors use to not be hard coded, however *something* changed which caused the weird chat bug that cropped up in 0.70. I don't know my string manipulations well enough to figure it out, so I hardcoded the color messages in the interm.
     
  18. Offline

    Nofocus

    This is awesome. Every thing is working smoothly and perfectly. But one request. (if you want/can) Can you add a rent system? On the home the person bought. Thanks! :D
     
  19. Offline

    croxis

    Already exists. I *think* it is the tax rate.
     
  20. Offline

    LlmDl

    Mayors can type "/t set" for a list of /t set commands. In there will be "/t set taxes" and "/t set plottax"

    I would assume "taxes" is for a flat rate for all residents, while "plottax" is a per-plot tax system. (I do not use taxes myself.) Residents who cannot afford their taxes lose their plot, making this system difficult to adapt to.
     
  21. Offline

    XterierK

    If it's not too much trouble. :D
     
  22. Offline

    Odai

    i still dont get the prefix on the chat :-( it shows up on /list and even on the livemap but not in the chat?!

    using ichat
     
  23. Offline

    Nofocus

    Okay, every thing works perfectly fine, but let's say Player1 made a town called Town1. Is it possible for Player1 to create Another town? as Town2? :D Thanks!
     
  24. Offline

    Ratchet

    not if they are still a member of town1
     
  25. Offline

    croxis

    Odd it works fine for me. What is your towny chat and icat settings?

    You can, but player1 would leave town1. If no one else lives in town1 it will be abandoned. Townyadmins can make a town with a npc as mayor, but I haven't looked at the code yet to see how or if it works.

    My update: I finally finished my work sample so I can start coding again! Yay! However I need to leave soon to a wedding out of town so my coding this weekend will still be iffy. Booo! The current agenda is changing the config to yaml, putting all messages in another (I guess there is over 100 of them). After that hopefully the conversion to SQL will be ready. I'm also going to be attacking any bugs that I can.
     
  26. Does the mob removal work?

    It doesn't seem to be removing monsters at all for me... I even set the removal time to 1 to no avail:

    Code:
    mob_removal=true
    mob_removal_entities=EntityZombie,EntitySkeleton,EntityCreeper,EntitySpider,EntitySquid,EntityGhast,EntityPigZombie
    mob_removal_speed=1
    Could you perhaps have an option to block Creeper explosions in towns? I like to have Creepers explode in the wilderness, but constantly having to fix towns is becoming rather tedious and annoying.
     
  27. Offline

    transient

    @croxis

    Woo for SQL support!
     
  28. Over 100? I'm currently at over 250 and still going :(.
    The YAML code is all done. The message extraction is going, but I'll need to rewrite some bits once I finish. It's such messy, bloated code in that part. In fact I'm likely going to rewrite the whole PlayerListener code. Once done I'm goign over the messages to see if they can be trimmed down. Currently there are many very similar messages which could be adapted to use a single message.

    The only part not converted to YAML is the two csv files (tiny files). But easily done at a later date.

    I am going to need volunteer translators at some point in the near future. Preferably native speakers as there is a LOT of messages to do.
     
  29. Offline

    SwearWord

    @Pawned
    Mob removal has been working for me. Post your plugin list.
     
  30. @SwearWord

    Code:
    bLog
    ChairCraft
    Clans
    ClayGen
    Cleaner
    CommandBook
    CraftIRC
    CreativeBuild
    dynmap
    EasyRPG
    Elevators
    FalseBook
    FlatBed
    Growbie
    HeroicDeath
    iAuction
    iConomy
    Jail
    Landmarks
    Lockette
    LogBlock
    MagicCarpet
    mcbans
    Minequery
    MobBounty
    MobRider
    MonsterTamer
    motd
    MoveCraft
    MultiInv
    MultiVerse
    MyHome
    NoCheat
    obuJustShutTheHellUp
    OKB3
    p2aliases
    PerformanceTweaks
    Permissions
    PermissionsPlus
    SearchIds
    SimpleSave
    SimpleSignEdit
    SnowballsReloaded
    SpawnControl
    SpyerAdmin
    Stargate
    Statistician
    TelePlusPlus
    TimeShift
    TnTWarning
    Towny
    Vanilla
    WorldEdit
    WorldGuard
    Votifier
    VoxelSniper
     

Share This Page