/money permissions

Discussion in 'Bukkit Help' started by CommanderZT, Jan 21, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    CommanderZT

    Hi!

    I am going to make a 20 player bukkit server, and I am adding in the jobs plugin for people to make money, but when players use the /money command, the do not have permission. The plugins I have installed are:

    Worldedit
    FrameProtect
    Backup
    OreNotifier
    Vault
    Lockette
    PermissionsEX
    SafeCreeper
    Essentials
    Jobs
    EssentialsSpawn
    Chatter
    Chestshop
    EssentialsChat


    Which is the permission that I need to add in to enable people to use the /money command?

    Thanks
     
  2. Offline

    Necrodoom

    essentials.balance
     
  3. Offline

    CommanderZT

    It dosen't work :(
     
  4. Offline

    Necrodoom

    should work fine, try use /ebalance, if still doesnt work, paste startup log
     
  5. Offline

    CommanderZT

    Oh! I was using /money, insteald of /ebalance! Thanks dude! You saved my life! :)
     
  6. Offline

    Necrodoom

    odd, dont see anything that would override it.
    try use bukkit.yml aliasing to alias ebalance over /money
     
  7. Offline

    CommanderZT

    Wait, it still dosen't work :(

    My Startup log:

    2013-01-21 19:29:25 [INFO] Starting minecraft server version 1.4.6
    2013-01-21 19:29:25 [INFO] Loading properties
    2013-01-21 19:29:25 [INFO] Default game type: SURVIVAL
    2013-01-21 19:29:25 [INFO] Generating keypair
    2013-01-21 19:29:26 [INFO] Starting Minecraft server on *:25565
    2013-01-21 19:29:26 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.6-R0.3-15-g0104a40-b2600jnks (MC: 1.4.6) (Implementing API version 1.4.6-R0.4-SNAPSHOT)
    2013-01-21 19:29:26 [SEVERE] Could not load 'plugins\buyland.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: WorldGuard
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:239)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:217)
    at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
    at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
    at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
    at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    2013-01-21 19:29:26 [INFO] [PermissionsEx] sql backend registered!
    2013-01-21 19:29:26 [INFO] [PermissionsEx] file backend registered!
    2013-01-21 19:29:26 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2013-01-21 19:29:26 [INFO] [WorldEdit] Loading WorldEdit v5.5
    2013-01-21 19:29:26 [INFO] [FrameProtect] Loading FrameProtect v1.8
    2013-01-21 19:29:26 [INFO] [Backup] Loading Backup v2.0
    2013-01-21 19:29:26 [INFO] [OreNotifier] Loading OreNotifier v3.3
    2013-01-21 19:29:26 [INFO] [Vault] Loading Vault v1.2.22-b277
    2013-01-21 19:29:26 [INFO] [Lockette] Loading Lockette v1.7.9
    2013-01-21 19:29:26 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    2013-01-21 19:29:26 [INFO] [PermissionsEx] Initializing file backend
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Loading SafeCreeper v1.3.5
    2013-01-21 19:29:26 [INFO] [Essentials] Loading Essentials v2.9.5
    2013-01-21 19:29:26 [INFO] [Jobs] Loading Jobs v2.9.0
    2013-01-21 19:29:26 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.6
    2013-01-21 19:29:26 [INFO] [Chatter] Loading Chatter v2.2.5
    2013-01-21 19:29:26 [INFO] [ChestShop] Loading ChestShop v3.46
    2013-01-21 19:29:26 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.5
    2013-01-21 19:29:26 [INFO] [Vault] Enabling Vault v1.2.22-b277
    2013-01-21 19:29:26 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2013-01-21 19:29:26 [INFO] [Vault][Permission] PermissionsEx found: Waiting
    2013-01-21 19:29:26 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2013-01-21 19:29:26 [INFO] [Vault][Chat] PermissionsEx found: Waiting
    2013-01-21 19:29:26 [INFO] [Vault] Enabled Version 1.2.22-b277
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Enabling SafeCreeper v1.3.5
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Loading global config...
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Global config loaded, took 79 ms!
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Loading world configs...
    2013-01-21 19:29:26 [INFO] [SafeCreeper] 2 world configs loaded, took 10 ms!
    2013-01-21 19:29:26 [INFO] [SafeCreeper] [SafeCreeper] Disabling TVNativeLib usage, TVNLib not found.
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Hooked into PermissionsEx!
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Loading entities data...
    2013-01-21 19:29:26 [INFO] [SafeCreeper] 0 entities loaded, took 2ms!
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Disabling MobArena usage, MobArena not found.
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Disabling PVPArena usage, PVPArena not found.
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Disabling Factions usage, Factions not found.
    2013-01-21 19:29:26 [INFO] [SafeCreeper] Disabling Likeaboss usage, Likeaboss not found.
    2013-01-21 19:29:27 [INFO] ----- Bukkit Auto Updater -----
    2013-01-21 19:29:27 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2013-01-21 19:29:27 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
    2013-01-21 19:29:27 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2013-01-21 19:29:27 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2013-01-21 19:29:27 [INFO] ----- ------------------- -----
    2013-01-21 19:29:28 [INFO] [SafeCreeper] New version available, version 1.3.5.2.
    2013-01-21 19:29:28 [INFO] [SafeCreeper] Safe Creeper v1.3.5 enabled, took 1208 ms!
    2013-01-21 19:29:28 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2013-01-21 19:29:28 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2013-01-21 19:29:28 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2013-01-21 19:29:28 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2013-01-21 19:29:28 [INFO] Preparing level "world"
    2013-01-21 19:29:28 [INFO] Preparing start region for level 0 (Seed: -1194015141695533274)
    2013-01-21 19:29:28 [INFO] Preparing start region for level 1 (Seed: -1194015141695533274)
    2013-01-21 19:29:29 [INFO] Preparing spawn area: 61%
    2013-01-21 19:29:29 [INFO] Preparing start region for level 2 (Seed: -1194015141695533274)
    2013-01-21 19:29:29 [INFO] [WorldEdit] Enabling WorldEdit v5.5
    2013-01-21 19:29:29 [INFO] WEPIF: Using the Bukkit Permissions API.
    2013-01-21 19:29:29 [INFO] [FrameProtect] Enabling FrameProtect v1.8
    2013-01-21 19:29:29 [INFO] [FrameProtect] enabled.
    2013-01-21 19:29:29 [INFO] [Backup] Enabling Backup v2.0
    2013-01-21 19:29:29 [INFO] [Backup] Backup v2.0 has completed loading!
    2013-01-21 19:29:29 [INFO] [OreNotifier] Enabling OreNotifier v3.3
    2013-01-21 19:29:29 [INFO] OreNotifier: Config File loaded.
    2013-01-21 19:29:29 [INFO] [Lockette] Enabling Lockette v1.7.9
    2013-01-21 19:29:29 [INFO] [Lockette] Version 1.7.9 is being enabled! Yay! (Core version 1.3.6)
    2013-01-21 19:29:29 [INFO] [Lockette] Detected craftbukkit build [2600] ok.
    2013-01-21 19:29:29 [INFO] [Lockette] Custom lockable block list: [116, 84, 57, 145]
    2013-01-21 19:29:29 [INFO] [Lockette] Ignoring linked plugins: [mcMMO]
    2013-01-21 19:29:29 [INFO] [Lockette] Loading strings file for English by Acru
    2013-01-21 19:29:29 [INFO] [Lockette] Using ops file for admin permissions.
    2013-01-21 19:29:29 [INFO] [Lockette] Ready to protect your containers.
    2013-01-21 19:29:29 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    2013-01-21 19:29:29 [INFO] [PermissionsEx] Superperms support enabled.
    2013-01-21 19:29:29 [INFO] [PermissionsEx] v1.19.1 enabled
    2013-01-21 19:29:29 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    2013-01-21 19:29:29 [INFO] [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.19.1
    2013-01-21 19:29:29 [INFO] [Vault][Permission] PermissionsEx hooked.
    2013-01-21 19:29:29 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
    2013-01-21 19:29:29 [INFO] [Essentials] Enabling Essentials v2.9.5
    2013-01-21 19:29:29 [WARNING] ǴVersion mismatch! Please update EssentialsSpawn to the same version.
    2013-01-21 19:29:29 [INFO] [Vault][Economy] Essentials Economy hooked.
    2013-01-21 19:29:29 [INFO] Essentials: Using PermissionsEx based permissions.
    2013-01-21 19:29:29 [INFO] [Jobs] Enabling Jobs v2.9.0
    2013-01-21 19:29:30 [WARNING] [Jobs] Job Brewer has an invalid REDSTONE_DUST Brew type property. Skipping!
    2013-01-21 19:29:30 [INFO] [Jobs] Started database save task
    2013-01-21 19:29:30 [INFO] [Jobs] Started buffered payment thread
    2013-01-21 19:29:30 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
    2013-01-21 19:29:30 [INFO] [Jobs] Buffered payment thread shutdown
    2013-01-21 19:29:30 [INFO] [Jobs] Started database save task
    2013-01-21 19:29:30 [INFO] [Jobs] Plugin has been enabled succesfully.
    2013-01-21 19:29:30 [INFO] [Jobs] Database save task shutdown
    2013-01-21 19:29:30 [INFO] [Jobs] Login manager started
    2013-01-21 19:29:30 [INFO] [Jobs] Started buffered payment thread
    2013-01-21 19:29:30 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.6
    2013-01-21 19:29:30 [WARNING] ǴVersion mismatch! Please update all Essentials jars to the same version.
    2013-01-21 19:29:30 [INFO] [Chatter] Enabling Chatter v2.2.5
    2013-01-21 19:29:30 [INFO] [ChestShop] Enabling ChestShop v3.46
    2013-01-21 19:29:30 [INFO] [ChestShop] Lockette version 1.7.9 loaded.
    2013-01-21 19:29:30 [INFO] [ChestShop] Vault loaded - using Essentials Economy
    2013-01-21 19:29:30 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.5
    2013-01-21 19:29:30 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2013-01-21 19:29:30 [INFO] Done (2.584s)! For help, type "help" or "?"
    2013-01-21 19:29:31 [WARNING] Method "public Class<?> getClassByName(String)" is Deprecated, and may be removed in a future version of Bukkit
    org.bukkit.plugin.AuthorNagException:
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
    at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:418)
    at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
    at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
    at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
    at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftTask.run(CraftTask.java:53)
    at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    2013-01-21 19:29:31 [INFO] [FrameProtect] Saving data to disk...
    2013-01-21 19:29:31 [INFO] [FrameProtect] Data saved.
    2013-01-21 19:29:32 [INFO] [Backup] Plugin is up to date, at version: 2.0.

    My permissions file:

    groups:
    Default:
    default: false
    permissions:
    - essentials.spawn
    - essentials.rules
    - essentials.motd
    - essentials.list
    - essentials.helpop
    - essentials.help
    - modifyworld.*
    - essentials.back
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - iConomy.access
    - essentials.back
    - essentials.spawn
    - essentials.kits.tools
    - essentials.back.ondeath
    - essentials.balance
    prefix: '&0[&6Default&0]&f'
    options:
    build: false
    rank: '1000'
    Member:
    default: true
    permissions:
    - essentials.spawn
    - essentials.rules
    - essentials.motd
    - essentials.list
    - essentials.helpop
    - essentials.help
    - modifyworld.*
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.balancetop
    - essentials.home
    - essentials.ignore
    - essentials.kit
    - essentials.kits.tools
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth
    - faction.create
    - faction.leave
    - faction.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - buyland.signuse
    - buyland.create
    - buyland.buy.addmember
    - buyland.buy.removemember
    - buyland.buy
    - buyland.sell
    - buyland.rent
    - essentials.balance
    prefix: '{&7Peasant&f}'
    options:
    build: true
    rank: '1000'
    Builder:
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.chat.color
    - essentials.chat.shout
    - essentials.chat.question
    - essentials.compass
    - essentials.depth
    - essentials.home
    - essentials.ignore
    - essentials.kit
    - essentials.kits.tools
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.ping
    - essentials.powertool
    - essentials.protect
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.suicide
    - essentials.time
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.worth
    - essentials.gm
    - essentials.gamemode
    - essentials.balance

    inheritance:
    - Member
    prefix: '&2Builder&f'
    options:
    build: true
    rank: '500'
    Moderator:
    permissions:
    - essentials.ban
    - essentials.ban.notify
    - essentials.banip
    - essentials.broadcast
    - essentials.clearinventory
    - essentials.delwarp
    - essentials.eco.loan
    - essentials.ext
    - essentials.getpos
    - essentials.helpop.recieve
    - essentials.home.others
    - essentials.invsee
    - essentials.jails
    - essentials.jump
    - essentials.kick
    - essentials.kick.notify
    - essentials.kill
    - essentials.mute
    - essentials.nick.others
    - essentials.realname
    - essentials.setwarp
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.spawner
    - essentials.thunder
    - essentials.time
    - essentials.time.set
    - essentials.protect.alerts
    - essentials.protect.admin
    - essentials.protect.ownerinfo
    - essentials.ptime
    - essentials.ptime.others
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tphere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.unban
    - essentials.unbanip
    - essentials.weather
    - essentials.whois
    - essentials.world
    - essentials.worlds.*
    - permissions.user.promote.default
    - permissions.user.demote.default
    - permissions.manage.membership
    - essentials.balance

    inheritance:
    - builder
    prefix: '§b[Mod]§b'
    options:
    build: true
    rank: '200'
    Admin:
    permissions:
    - -essentials.backup
    - -essentials.essentials
    - -essentials.setspawn
    - -essentials.reloadall
    - essentials.*
    - permissions.manage.users
    - permissions.manage.users.permissions
    - permissions.manage.users.permissions.timed
    - '*'
    - essentials.balance

    inheritance:
    - moderator
    prefix: '&f[&cAdmin&f]'
    options:
    build: true
    rank: '100'
    Owner:
    permissions:
    - '''*'''
    - '*'
    - -essentials.backup
    - -essentials.essentials
    - -essentials.setspawn
    - -essentials.reloadall
    - essentials.*
    - permissions.manage.users
    - permissions.manage.users.permissions
    - permissions.manage.users.permissions.timed
    - permissions.manage.group
    - permissions.manage.group.permissions
    - permissions.manage.group.permissions.timed
    - permissions.*
    - itemdisplay.*
    - essentials.balance
    inheritance:
    - Admin
    prefix: '§W[&6Owner&0]&f'
    options:
    build: true
    rank: '0'
    Co-Owner:
    permissions:
    - '*'
    - -essentials.backup
    - -essentials.essentials
    - -essentials.setspawn
    - -essentials.reloadall
    - essentials.*
    - permissions.manage.users
    - permissions.manage.users.permissions
    - permissions.manage.users.permissions.timed
    - essentials.balance

    inheritance:
    - admin
    prefix: '&f[&3Co-Owner&f]'
    options:
    build: true
    rank: '1'
    DEV:
    permissions:
    - essentials.ban
    - essentials.ban.notify
    - essentials.banip
    - essentials.broadcast
    - essentials.clearinventory
    - essentials.delwarp
    - essentials.eco.loan
    - essentials.ext
    - essentials.getpos
    - essentials.helpop.recieve
    - essentials.home.others
    - essentials.invsee
    - essentials.jails
    - essentials.jump
    - essentials.kick
    - essentials.kick.notify
    - essentials.kill
    - essentials.mute
    - essentials.nick.others
    - essentials.realname
    - essentials.setwarp
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.spawner
    - essentials.thunder
    - essentials.time
    - essentials.time.set
    - essentials.protect.alerts
    - essentials.protect.admin
    - essentials.protect.ownerinfo
    - essentials.ptime
    - essentials.ptime.others
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tphere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.unban
    - essentials.unbanip
    - essentials.weather
    - essentials.whois
    - essentials.world
    - essentials.worlds.*
    - permissions.user.promote.default
    - permissions.user.demote.default
    - permissions.manage.membership
    - worldedit.*
    - essentials.enchant.*
    - essentials.balance

    inheritance:
    - Moderator
    options:
    build: true
    rank: 101
    Head-Staff:
    permissions:
    - '*'
    - -essentials.backup
    - -essentials.essentials
    - -essentials.setspawn
    - -essentials.reloadall
    - essentials.*
    - permissions.manage.users
    - permissions.manage.users.permissions
    - permissions.manage.users.permissions.timed
    - essentials.balance

    inheritance:
    - admin
    prefix: '&f[&1H&2e&3a&4d&f-&1S&2t&3a&4f&5f&f]'
    options:
    build: true
    rank: '2'
    users:
    CommanderZT:
    group:
    - Owner
    likeaboss142:
    group:
    - Moderator
    rougestorm:
    group:
    - Moderator

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

    Necrodoom

    [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    woo.
     
  9. Offline

    CommanderZT

    I did it to make a cracked account to test the permissions as a non op

    I only have one minecraft account, so I needed another temporarily.

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

    Necrodoom

    sure you do.
     
  11. Offline

    CommanderZT

    My account name is CommanderZT. See in the screenshot? Logged into minecraft.net as CommanderZT
     

    Attached Files:

  12. Offline

    CommanderZT

  13. Offline

    Necrodoom

    you dont get it, dont you?
    mbaxter
     
  14. Offline

    CommanderZT

    I don't? I needed to test out the permissions, and I only have one account? I needed a second account to test the permissions?

    so I logged in offline mode as test to test the permissions which you suggested

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
Thread Status:
Not open for further replies.

Share This Page