[SEC/FUN/INFO/CHAT/TP] Towny Advanced v0.88.0.0 - Land and town management [3020+ 1.7.2-R0.3]

Discussion in 'Archived: Plugin Releases' started by ElgarL, Jul 7, 2011.

  1. Plugin: Towny
    [​IMG]

    New Towny Website!

    Taking Shades' Towny a step farther.

    A versatile, player-controlled land management plugin for use with Bukkit/Tekkit/Spigot/Libigot, offering solutions for pvp, griefing, chat, inflated economies and monsters.

    Features (open)

    Towny includes a wide variety of features to offer instant enhancements to your traditional Minecraft server.
    • Allows players to own and manage land based on a pre-set grid layout.
      • Players join towns and purchase plots of land.
      • Players decide who can build, destroy, use "switchs" and use items on every plot they control.
      • Towns can join together into nations, further structuring a server into teams.
      • Towns grant protection from monsters, pvp, fire, explosions and greifing.
    • Wilderness Rules (Optional)
      • Area between towns is wilderness, with its own build permissions.
      • Limit players' interaction with the wild to just harvest-able blocks, keeping the wild pristine.
      • Roll-back tnt, creeper, wither explosions, dragon damage and endermen block-moving.
      • Block explosions and fire.
    • PVP Enhancements
      • Server with a strong PVP aspect will find Towny's grouping of players to be invaluable.
      • Prevent friendly-fire. (Optional)
      • Nations split players into larger teams.
      • Nations can declare other nations to be allies or enemies, further splitting players into even larger teams.
      • PVP can be turned on/off in wilderness, towns and worlds. (Optional)
    • Teleporting/Warping and Spawning (Optional)
      • Players can spawn to their town upon death.
      • Players can spawn to their town or a town that is within their nation/allied with their nation.
    • Customized modified chat. (Optional)
      • Colours, group prefixes and suffixes, nation, town, towny titles.
      • Channels for general, local, town, nation, moderator, admin and custom channels.
      • Anti-spam feature.
    • Shop plugin support. (Optional)
      • Limit shops to special Shop Plots, enhancing realism.
    • Economy plugin interaction. (Optional)
      • Supports all economy plugins.
      • Charge money for plots, towns, nations.
      • Flexible tax system.
      • Upkeep to remove money from the economy, stopping rampant inflation.
    • All Permissions Plugins supported. (Optional)
      • Perms 2/3, GroupManager, BukkitPermissions, bPermissions, PermissionsEx, etc.
    • Multiworld Support
      • Flexible settings for every world.
      • Enable/disable Towny in as many worlds as you like.


    REQUIRES
    • No other plugins, but is best with Questioner, so that invitations are given by Towns and Nations to residents and towns.
    Optional
    • Questioner 0.6
    • Essentials 2.5+ - (Towny /town spawn's obey Essentials teleport cooldown)
    • All permissions plugins are supported and provide greater customization (recomend GroupManager).
    • Economy plugin of your choice.
    (We no longer recommend using PEX at all. It breaks TownyPerms due to the reflection PEX performs.)
    Supported Economy Plugins
    • iConomy 5.01
    • iConomy 4/5 *
    • iConomy 6 *
    • EssentialsEco *
    • BOSEconomy *
    • Craftconomy *
    • * Requires Register.jar 1.8+ (or Vault) in your plugins folder.
    • Any Vault-capable economy plugin that supports false-player accounts. (Do not use register if your economy plugin is supported by vault.)
    Plugins That Support Towny
    Download Towny
    • Release Version: Link
    • Dev Versions/Jenkins: Link (Majorly Different - Visit IRC channel before using.)
    • Install Guide
    Wiki
    Towny Wiki Site

    Suggestions and Issues
    Make a suggestion - Link
    Report an issue - Link
    • Credits: Many thanks to all contributers including, but not limited to: Fuzziewuzzie, Shadeness, LlmDl, SwearWord and dumptruckman.
     
  2. Offline

    MartN

    Hey,
    is there any way to block the /town delete command for normal users and mayors?
    we wont only admins can delete towns

    actualy we use 0.73.1 because town delete can only use admins. but /t spawn doesnt work
    and in 0.73.2 every user can use town delete but t spawn work xD
     
  3. Offline

    number1_Master

    check permission nodes
    i think there are some in the config.yml

    i have an issue with my chat
    when you talk in nation chat or town chat, the second line for me is always the color of the persons name
    ex:
    number1_Master is red
    i talk in nation chat and this is my text 'blah blah blah blah blah blah blah" in orange/yellow but its too long so it goes to the second line which turns into being red

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

    MartN

    nothing found.
    only nation/town create admin only

    and the spawn commands are "true"
     
  5. Offline

    number1_Master

    theres a difference between the config.yml and the config.properties
    in the config.yml for me it also says all the permission nodes
     
  6. Offline

    MartN

    yes i know but i cant find a "delete" permission in the config.yml
    i have only the defaults:
    Code:
    permissions:
        towny.admin:
            description: User is able to use /townyadmin, as well as the ability to build/destroy anywhere. User is also able to make towns or nations when set to admin only.
            default: op
        towny.town.*:
            description: User can create a town and claim land.
            default: op
            children:
                towny.town.new: true
                towny.town.claim: true
        towny.town.new:
            description: User is able to create a town
            default: false
        towny.town.claim:
            description: User is able to expand with /towny claim
            default: false
        towny.wild.*:
            description: User can build/destroy in wild.
            default: op
            children:
                towny.wild.build: true
                towny.wild.switch: true
                towny.wild.destroy: true
                towny.wild.item_use: true
        towny.wild.build:
            description: User can build in wild.
            default: false
        towny.wild.destroy:
            description: User can destroy in wild.
            default: false
        towny.wild.switch:
            description: User can switch in wild.
            default: false
        towny.wild.item_use:
            description: User can use use items in wild. 
            default: false
        towny.spawntp:
            description: User can use /town spawn when on in config.
            default: true
        towny.publicspawntp:
            description: User can use /town spawn <town> when on in config.
            default: true
    
    # these will be moved to permissions nodes at a later date
    
    nation_creation_admin_only: true
    town_creation_admin_only: true
     
  7. Offline

    number1_Master

    i thought there was
    in that case make everyone a town assistant! :D

    i actually think in the config.properties there is an option that users can build and destroy in your town i think
    not positive or something like that

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

    MartN

    wich config.properties?
    i think this is the old config format and not used atm.

    towny generete me only the config.yml and english.yml
     
  9. Offline

    number1_Master

    same put for me the config.properties still works
     
  10. Offline

    LlmDl

    Only mayors should be able to use the /town delete command, can you confirm otherwise?

    Towny uses the prefix/suffix from your permission file. Are you certain that the admin's suffix is set for white?
     
  11. Offline

    number1_Master

    it was my mistake then i thought wasnt positive as is said
     
  12. Offline

    Syntaxlb

    Thank's ! And it's possible to reset the towny's database ? (delete all resident)
     
  13. Offline

    LlmDl

    You can't just delete the resident folder, because their names are in the townname.txt files. If you're resetting it's best to delete the whole towny/data folder.
     
  14. Offline

    MartN

    yes. but we want to block this.
    on our last map, a mayor delete a town and towny doesnt remove the residents correctly, townny disabler himself and the griefer destroy the map :p
     
  15. Offline

    maetthew

    ## FEATURE REQUEST ##

    I have switched from Residence to Towny. I love all the Towny functionality but there is one thing I am not that keen about. If I were able to select an area with a tool as in Residence (or in WorldEdit) as a complementary to the original method of just claiming a townblock around you(correct me if I'm wrong about how this works).

    How much of a hassle would this be to make it happen?
     
  16. Offline

    LlmDl

    Which version did you use when you experienced this? Deleting the town shouldn't bug towny's data now.

    This request has been denied, no cuboid selection will be supported.
     
  17. Offline

    MartN

    73.2
    at one resident file, the town wasnt removed and towny disable himself.
     
  18. Offline

    Ratchet

    Code:
    2011-08-03 12:14:11 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'town' in plugin Towny v0.73.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at ca.xshade.bukkit.towny.Towny.hasPermission(Towny.java:619)
        at ca.xshade.bukkit.towny.command.TownCommand.townAddResidents(TownCommand.java:790)
        at ca.xshade.bukkit.towny.command.TownCommand.townAdd(TownCommand.java:1030)
        at ca.xshade.bukkit.towny.command.TownCommand.parseTownCommand(TownCommand.java:229)
        at ca.xshade.bukkit.towny.command.TownCommand.onCommand(TownCommand.java:81)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-08-03 12:14:30 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'town' in plugin Towny v0.73.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at ca.xshade.bukkit.towny.Towny.hasPermission(Towny.java:619)
        at ca.xshade.bukkit.towny.command.TownCommand.townAddResidents(TownCommand.java:790)
        at ca.xshade.bukkit.towny.command.TownCommand.townAdd(TownCommand.java:1030)
        at ca.xshade.bukkit.towny.command.TownCommand.parseTownCommand(TownCommand.java:229)
        at ca.xshade.bukkit.towny.command.TownCommand.onCommand(TownCommand.java:81)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    73.2

    how stable are the latest dev builds?
     
  19. Offline

    LlmDl

    Those errors might be from trying to add a player who doesn't have the towny.town.resident permission node.

    Dev Build is stable, contains 2 minor changes.
    This isn't normal behaviour, what other actions involved that resident?
     
  20. Offline

    Ratchet

    everyone has the permission, though
     
  21. Offline

    LlmDl

    Pastebin.com your server's startup as well as your towny config.yml please.
     
  22. Offline

    Ratchet


    Code:
    2011-08-03 16:00:41 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-03 16:00:41 [INFO] Loading properties
    2011-08-03 16:00:41 [INFO] Starting Minecraft server on *:27165
    2011-08-03 16:00:41 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-951-g381f12a-b1032jnks (MC: 1.7.3)
    2011-08-03 16:00:42 [INFO] [PermissionsEx] sql backend registered!
    2011-08-03 16:00:42 [INFO] [PermissionsEx] file backend registered!
    2011-08-03 16:00:42 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-08-03 16:00:42 [INFO] [PermissionsEx] p2compat backend registered!
    2011-08-03 16:00:42 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-08-03 16:00:42 [INFO] LWC: Loading shared objects
    2011-08-03 16:00:42 [INFO] LWC: Protection cache: 0/100000
    2011-08-03 16:00:42 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-08-03 16:00:42 [INFO] Lottery version 0.5.0 is enabled
    2011-08-03 16:00:42 [INFO] [PermissionsEx] Initializing file backend
    2011-08-03 16:00:43 [INFO] [LogBlock] Version check: Your version is up to date
    2011-08-03 16:00:43 [INFO] [LogBlock] Connecting to paradox@jdbc:mysql://localhost:3306/paradox...
    2011-08-03 16:00:43 [INFO] Preparing level "Aesir"
    2011-08-03 16:00:43 [INFO] Preparing start region for level 0 (Seed: 1771975190)
    2011-08-03 16:00:44 [INFO] AdvancedBans version 0.4 is enabled with permissions!
    2011-08-03 16:00:44 [INFO] [AdvancedBans] Connecting to paradox@localhost...
    2011-08-03 16:00:44 [INFO] Wieze version 0.2 is enabled with permissions!
    2011-08-03 16:00:44 [INFO] BorderGuard version 4.11 is enabled!
    2011-08-03 16:00:44 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-08-03 16:00:44 [INFO] ButtonWarp 1.1 is enabled!
    2011-08-03 16:00:44 [INFO] [ButtonWarp] Successfully linked with Permissions!
    2011-08-03 16:00:44 [INFO] [ButtonWarp] Successfully linked with iConomy 5!
    2011-08-03 16:00:44 [INFO] Cenotaph v.1.6.2 is enabled.
    2011-08-03 16:00:44 [INFO] CommandBook 82-012106e enabled.
    2011-08-03 16:00:44 [WARNING] CommandBook: 0 warps(s) loaded
    2011-08-03 16:00:44 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-08-03 16:00:44 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-08-03 16:00:44 [INFO] CommandBook: 1 kit(s) loaded.
    2011-08-03 16:00:44 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-08-03 16:00:44 [INFO] [Command iConomy] Loaded.
    2011-08-03 16:00:44 [INFO] CraftBookCommon 59-7495537 enabled.
    2011-08-03 16:00:44 [INFO] CraftBookCommon: Using the Bukkit Permissions API.
    2011-08-03 16:00:44 [INFO] CraftBookCircuits 59-7495537 enabled.
    2011-08-03 16:00:44 [INFO] CraftBookCircuits: Using the Bukkit Permissions API.
    2011-08-03 16:00:44 [INFO] CraftBookCircuits: Using the Bukkit Permissions API.
    2011-08-03 16:00:44 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    2011-08-03 16:00:44 [INFO] CraftBook: 637 chunk(s) for 1 world(s) processed (0s elapsed)
    2011-08-03 16:00:44 [INFO] CraftBookMechanisms 59-7495537 enabled.
    2011-08-03 16:00:44 [INFO] CraftBookMechanisms: Using the Bukkit Permissions API.
    2011-08-03 16:00:44 [INFO] 1 cauldron recipe(s) loaded
    2011-08-03 16:00:44 [INFO] CraftBookVehicles 59-7495537 enabled.
    2011-08-03 16:00:44 [INFO] CraftBookVehicles: Using the Bukkit Permissions API.
    2011-08-03 16:00:44 [INFO] Permissions detected by CraftIRC.
    2011-08-03 16:00:44 [INFO] CraftIRC v2.13 loading.
    2011-08-03 16:00:44 [INFO] CraftIRC - Connecting to irc.esper.net:6667
    2011-08-03 16:00:45 [INFO] CraftIRC - Connected
    2011-08-03 16:00:45 [INFO] CraftIRC - Using Nickserv authentication.
    2011-08-03 16:00:47 [INFO] CraftIRC Enabled.
    2011-08-03 16:00:47 [INFO] CraftIRC DEBUG [OFF]
    2011-08-03 16:00:47 [INFO] [DeathPenalty] DeathPenalty v1.05 enabled
    2011-08-03 16:00:47 [INFO] [DeathPenalty] DeathPenalty config file found, loading config...
    2011-08-03 16:00:47 [INFO] Dynamic Effect Whitelist version 0.8 is enabled!
    2011-08-03 16:00:47 [INFO] [DEWhitelist] Initialized db connection
    2011-08-03 16:00:47 [INFO] [FireLord] 0.6 using Permissions system
    2011-08-03 16:00:47 [INFO] [FireLord] version 0.6 enabled!
    2011-08-03 16:00:47 [INFO] [ForeverALoad]: v0.1 has been enabled.
    2011-08-03 16:00:47 [INFO] [GoldenRevive] Permissions Detected - using
    2011-08-03 16:00:47 [INFO] GoldenRevive version 0.6 by [Kitteh] is enabled!
    2011-08-03 16:00:48 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-08-03 16:00:48 [INFO] [HeroChat] CraftIRC 2.13 found.
    2011-08-03 16:00:48 [INFO] [HookShot] Permissions enabled.
    2011-08-03 16:00:48 [INFO] HookShot version 1.2.2 is enabled!
    2011-08-03 16:00:48 [INFO] HTTPConsole: Listening for connections on 216.172.97.29:8493
    2011-08-03 16:00:48 [INFO] HTTPConsole 0.3.0 is enabled
    2011-08-03 16:00:48 [INFO] [iConomy] Logging enabled.
    2011-08-03 16:00:48 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-03 16:00:48 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-03 16:00:48 [INFO] [DeathPenality] hooked into iConomy.
    2011-08-03 16:00:48 [INFO] [ItemLogger] ItemLogger v1.031 enabled
    2011-08-03 16:00:48 [INFO] [ItemLogger] ItemLogger config file found, loading config...
    2011-08-03 16:00:48 [INFO] [Landmarks] Loading C:\paradox - 40man\Minecraft\plugins\Landmarks\..\dynmap\web\markers.json
    2011-08-03 16:00:48 [INFO] [Landmarks] Successfully loaded 2 markers.
    2011-08-03 16:00:48 [INFO] [Landmarks] Landmarks 0.2 enabled.
    2011-08-03 16:00:48 [INFO] [LightningEvent] v1.0 (Helium) loaded.
    2011-08-03 16:00:48 [INFO] [LightningEvent] Developed by: [Mattera, Steven (IchigoKyger)]
    2011-08-03 16:00:48 [INFO] [LivingForest] Has Hooked into Permissions.
    2011-08-03 16:00:48 [INFO] [Moo] LivingForest 8 Enabled
    2011-08-03 16:00:48 [INFO] [MyPlugin] hooked into iConomy.
    2011-08-03 16:00:48 [INFO] [mcMMO] PermissionsEx found, using PermissionsEx.
    2011-08-03 16:00:48 [INFO] Loading Config File...
    2011-08-03 16:00:48 [INFO] mcMMO version 1.0.50 is enabled!
    2011-08-03 16:00:48 [INFO] [MobBounty] v4.05 (Oxygen) enabled.
    2011-08-03 16:00:48 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-08-03 16:00:48 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-08-03 16:00:48 [INFO] [MobBounty] Config loaded.
    2011-08-03 16:00:48 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-08-03 16:00:50 [INFO] [ModTRS] Using Permissions version 2.7.7 for permission handling
    2011-08-03 16:00:50 [INFO] [ModTRS] Plugin enabled! (version 1.4)
    2011-08-03 16:00:50 [SEVERE] [MonsterHunt]: Error while creating tables! - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"monsterhunt_highscores" ("name" VARCHAR PRIMARY KEY  NOT NULL , "highscore" INT' at line 1
    2011-08-03 16:00:50 [INFO] [MonsterHunt] MonsterHunt Loaded!
    2011-08-03 16:00:50 [INFO] [Multiverse-Core] - Version 2.0-b186 Enabled - By Rigby and fernferret
    2011-08-03 16:00:50 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-08-03 16:00:50 [INFO] [AllPay] - Version .5.1 - hooked into iConomy for Multiverse-Core v2.0-b186
    2011-08-03 16:00:50 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-08-03 16:00:50 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-08-03 16:00:50 [INFO] [Multiverse-Core] Loading World & Settings - 'Aesir' - NORMAL
    2011-08-03 16:00:50 [INFO] Preparing start region for level 1 (Seed: 1771975190)
    2011-08-03 16:00:50 [INFO] [Multiverse-Core] Loading World & Settings - 'Nether' - NETHER
    2011-08-03 16:00:50 [INFO] [Multiverse-Core] 2 - World(s) loaded.
    2011-08-03 16:00:50 [INFO] Version: 51
    2011-08-03 16:00:50 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-08-03 16:00:50 [INFO] [NETHRAR] Not listening for player respawns.
    2011-08-03 16:00:50 [INFO] [NETHRAR] Forcing chunks to stay loaded in a radius of 4 around portals.
    2011-08-03 16:00:50 [INFO] [NETHRAR] World "Aesir", environment normal, scale 8.
    2011-08-03 16:00:50 [INFO] [NETHRAR] World "Nether", environment nether, scale 1.
    2011-08-03 16:00:50 [INFO] [NETHRAR] World graph:
    2011-08-03 16:00:50 [INFO] Aesir --> Nether
    2011-08-03 16:00:50 [INFO] Nether --> Aesir
    2011-08-03 16:00:50 [INFO] [NETHRAR] World respawn redirects:
    2011-08-03 16:00:52 [INFO] [NETHRAR] Nethrar v2.0 enabled.
    2011-08-03 16:00:52 [INFO] NoFarm version 0.2 by ichingpow enabled.
    2011-08-03 16:00:52 [INFO] [PermissionsEx] v1.13 enabled
    2011-08-03 16:00:52 [INFO] [PetCreeper] version 0.32 is enabled!
    2011-08-03 16:00:52 [INFO] PetCreeper is using Permissions.
    2011-08-03 16:00:52 [INFO] PetCreeper main loop running.
    2011-08-03 16:00:52 [INFO] properTime reading from config at C:\paradox - 40man\Minecraft\plugins\properTime\properTime.conf
    2011-08-03 16:00:52 [INFO] properTime 1.8.9 initialized
    2011-08-03 16:00:52 [INFO] [Questioner] v0.4 - Enabled
    2011-08-03 16:00:52 [INFO] RawcriticsOreObfuscationPlugin 1.6.2.2 plugin enabled
    2011-08-03 16:00:52 [INFO] RawcriticsOreObfuscationPlugin connected to the Ore Obfuscate Engine and turned it on! Using Engine: 1
    2011-08-03 16:00:52 [INFO] [Showcase] Registered type [basic] (101 items loaded)
    2011-08-03 16:00:52 [INFO] [Showcase] Tried to register disabled type [finite]
    2011-08-03 16:00:52 [INFO] [Showcase] Tried to register disabled type [infinite]
    2011-08-03 16:00:52 [INFO] [Showcase] Tried to register disabled type [exchange]
    2011-08-03 16:00:52 [INFO] [Showcase] Tried to register disabled type [tutorial]
    2011-08-03 16:00:52 [INFO] [Showcase] version 0.7.3 has been enabled.
    2011-08-03 16:00:52 [INFO] SignColours version 0.9 by ichingpow enabled.
    2011-08-03 16:00:52 [INFO] SignThatChest version 1.5 is enabled.
    2011-08-03 16:00:52 [INFO] [SlowHealth] version [3.2.0] (actruncale) is loaded.
    2011-08-03 16:00:52 [INFO] [Fast Mining] Permissions enabled
    2011-08-03 16:00:52 [INFO] [Spider Jockey] Spider Jockey V0.1 Started
    2011-08-03 16:00:52 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-08-03 16:00:52 [INFO] [Towny] Using: Permissions, iConomy, Questioner
    2011-08-03 16:00:52 [INFO] [Towny] Version: 0.73.2 - Mod Enabled
    2011-08-03 16:00:52 [INFO] Vanilla version 0.1 is enabled!
    2011-08-03 16:00:52 [INFO] [Vault][Economy] 3co not found.
    2011-08-03 16:00:52 [INFO] [Vault][Economy] BOSEconomy not found.
    2011-08-03 16:00:52 [INFO] [Vault][Economy] Essentials Economy not found.
    2011-08-03 16:00:52 [INFO] [Vault][Economy] iConomy 4 not found.
    2011-08-03 16:00:52 [INFO] [Vault][Economy] iConomy 5 hooked.
    2011-08-03 16:00:52 [INFO] [Vault][Economy] iConomy 5 found: Loaded
    2011-08-03 16:00:52 [INFO] [Vault][Permission] PermissionsEx hooked.
    2011-08-03 16:00:52 [INFO] [Vault][Permission] PermissionsEx found: Loaded
    2011-08-03 16:00:52 [INFO] [Vault][Permission] Permissions (Yetti) found: Waiting
    2011-08-03 16:00:52 [INFO] [Vault] Enabled Version 1.0.0dev-b12
    2011-08-03 16:00:52 [INFO] WeatherRestrictions version 1.9 is enabled!
    2011-08-03 16:00:52 [INFO] WorldEdit 101-9343b3d enabled.
    2011-08-03 16:00:52 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-08-03 16:00:53 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-08-03 16:00:53 [INFO] WorldGuard: Blacklist loaded.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Aesir) Single session is enforced.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Aesir) TNT ignition is PERMITTED.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Aesir) Lighters are PERMITTED.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Aesir) Lava fire is blocked.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Aesir) All fire spread is disabled.
    2011-08-03 16:00:53 [INFO] WorldGuard: Loaded configuration for world 'Aesir"
    2011-08-03 16:00:53 [INFO] WorldGuard: Blacklist loaded.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Nether) Single session is enforced.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Nether) TNT ignition is PERMITTED.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Nether) Lighters are PERMITTED.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Nether) Lava fire is blocked.
    2011-08-03 16:00:53 [INFO] WorldGuard: (Nether) All fire spread is disabled.
    2011-08-03 16:00:53 [INFO] WorldGuard: Loaded configuration for world 'Nether"
    2011-08-03 16:00:53 [INFO] WorldGuard: 9 regions loaded for 'Aesir'
    2011-08-03 16:00:53 [INFO] WorldGuard: 0 regions loaded for 'Nether'
    2011-08-03 16:00:53 [INFO] WorldGuard 5.2.3-SNAPSHOT enabled.
    2011-08-03 16:00:53 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-08-03 16:00:53 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-08-03 16:00:53 [INFO] CraftBookCircuits: Using the Bukkit Permissions API.
    2011-08-03 16:00:53 [INFO] [HeroChat] Permissions 2.7.7 found.
    2011-08-03 16:00:53 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-08-03 16:00:53 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-08-03 16:00:53 [INFO] [Cenotaph] Using Permissions (v2.7.7)
    2011-08-03 16:00:53 [INFO] [iConomy] hooked into Permissions.
    2011-08-03 16:00:53 [INFO] [LightningEvent] hooked into Permissions/GroupManager.
    2011-08-03 16:00:53 [INFO] [MobBounty] Permission plugin was found (Permissions v2.7.7).
    2011-08-03 16:00:53 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-08-03 16:00:53 [INFO] [Vault][Permission] Permissions (Yetti) hooked.
    2011-08-03 16:00:53 [INFO] [dynmap] Loaded 12 shaders.
    2011-08-03 16:00:53 [INFO] [dynmap] Loaded 56 perspectives.
    2011-08-03 16:00:53 [INFO] [dynmap] Loaded 6 lightings.
    2011-08-03 16:00:53 [INFO] [dynmap] Loaded 1 maps of world 'Aesir'.
    2011-08-03 16:00:53 [INFO] [dynmap] Loaded 1 maps of world 'Nether'.
    2011-08-03 16:00:53 [INFO] [dynmap] Dynmap WebServer started on null:8867
    2011-08-03 16:00:53 [INFO] [dynmap] version 0.20 is enabled
    2011-08-03 16:00:53 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-03 16:00:53 [INFO] LWC: Permissions API: NijiPermissions
    2011-08-03 16:00:53 [INFO] LWC: Currency API: iConomyCurrency
    2011-08-03 16:00:53 [INFO] LWC: Loading MySQL
    2011-08-03 16:00:53 [INFO] LWC: Using: Mysql-connector-java-5.1.14 ( Revision: ${bzr.revision-id} )
    2011-08-03 16:00:54 [INFO] LWC: Precached 1623 protections.
    2011-08-03 16:00:54 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe9832f06e-b81jnks
    2011-08-03 16:00:54 [INFO] [Cenotaph] Using LWC (v3.31)
    2011-08-03 16:00:54 [INFO] [NoCheat] version [1.11b] is enabled with the following checks: moving speedhack airbuild nuke flying fastswim
    2011-08-03 16:00:54 [INFO] [LocalShops] Using language: en
    2011-08-03 16:00:54 [INFO] [LocalShops] Loaded with 23 shop(s)
    2011-08-03 16:00:54 [INFO] [LocalShops] Version 4.0.0dev-b65 is enabled: a78b65f1-5c17-4586-9811-5eaae7481aff
    2011-08-03 16:00:54 [INFO] [LocalShops] Starting NotificationThread with Timer of 300 seconds
    2011-08-03 16:00:54 [INFO] [LocalShops] Launching Dynamic Thread
    2011-08-03 16:00:54 [INFO] [LocalShops] Found Service (Economy) iConomy 5
    2011-08-03 16:00:54 [INFO] [LocalShops] Found Service (Permission) PermissionsEx
    2011-08-03 16:00:54 [INFO] [LocalShops] Found Service (Permission) Permissions (Yetti)
    2011-08-03 16:00:54 [INFO] [LocalShops] Using Economy Provider iConomy 5
    2011-08-03 16:00:54 [INFO] [LocalShops] Using Permission Provider PermissionsEx
    2011-08-03 16:00:54 [INFO] [LogBlock] Permissions found.
    2011-08-03 16:00:54 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-08-03 16:00:54 [INFO] LogBlock v1.24 by DiddiZ enabled.
    2011-08-03 16:00:54 [INFO] [MobArena] Payment method found (iConomy version: 5)
    2011-08-03 16:00:54 [INFO] [MobArena] v0.93.4 enabled.
    2011-08-03 16:00:54 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-03 16:00:54 [INFO] Done (1.094s)! For help, type "help" or "?"

    http://pastebin.com/yVRmEnQr
     
  23. Offline

    LlmDl

    I'm not seeing anything wrong, can you pastebin your permissionsEx file please.
     
  24. Offline

    Ratchet

  25. Offline

    uncovery

    Can I disable towny in certain worlds?
     
  26. Offline

    LlmDl

    Standing in each world type /tw toggle usingtowny
    Still not seeing the cause, is that the only group you have?
     
  27. Offline

    Ratchet

    I have an admin group that has all permissions, moderators that inherit from default and donor groups that inherit from default aswell
     
  28. Offline

    LlmDl

    Does your admin group also have *, and inherit from mods?
     
  29. Offline

    Vorian

    Is it possible now, or in the near future, for towny to be able to remove creatures from mo' creatures/ICMCreatures?
     
  30. Offline

    Ratchet

    admin group has * and no inherits
     
  31. Offline

    LlmDl

    You might want to start looking for a PermissionsEX-Superperms-bridge plugin. PermissionsEX might be the culprit. Can any other PermissionsEx users comment?
     

Share This Page