Inactive [INACTIVE][MECH] MinecartManiaMining v1.14 - see AutoMiner for new versions (for MM1.2.9-dev) [1060]

Discussion in 'Inactive/Unsupported Plugins' started by waflija, Jun 14, 2011.

  1. Offline

    sh3q

  2. Offline

    waflija

  3. Offline

    sh3q

    Yes tried it with and without. Maybe it has problems with some other plugins? Here is a list of plugins that i use: AutoReapair, Essentials, MinecartMania (Complete) VoxelDoop and WorldEdit.
    Edit: Okay it also does not work with all other plugins than MM deactivated.

    The cart does mine 2 rows of blocks in front of it, it falls of the track and when i set it back on the track it bulids the 2 tracks on the 2 rows it mined befor and than falls of the track again.

    Edit3: Just tried it "outside" with only autobridge and autoplace command and it works. It seems to not work with range set at 1 can you fix that?
     
  4. Offline

    waflija

    Ok, now I got Idea where the Problem is. The block where it tries to place the tracks is still "solid", because mining and placing cycles block each other. I'm on. ;)
     
  5. Offline

    Dracul

    Ive lost 2 carts in lava.

    Ive mine with
    AutoMine
    1-25
    AutoPlace

    Is there a way to avoid this?
     
  6. Offline

    realm174

    Well, if the lava is below the level you're mining, you could add "Autobridge" on your sign. If, however, the lava is coming from above or the side, or the same level as your rail, I'm afraid there's no way to prevent that. The minecart won't build a "wall" between you and the lava.
     
  7. Offline

    waflija

    Sorry. In the moment there isn't. I hate that, too. ;)
     
  8. Offline

    realm174

    You could add a AutoTunnel that would replace the current Autoplace and Autobridge (in other words, we can choose one or the other) and have it build a tunnel all the way around the minecart. One bad side effect I guess, is that it would require a lot of cobblestone (or whatever material one wants to use)... 8 blocks per step forward... I can't see it being very efficient... mine 4 blocks all the way around and build one block all the way around... maybe build a tunnel only where there's lava/water ?
     
  9. Offline

    sh3q

    anything new on this?
     
  10. Offline

    Blechbuexse

    hi :) sry I was 2 weeks on vacation ^^




    I'm glad that you had a solution for my please:)) Thank you for that

    works fine for me :)

    does that mean? AutoMineOFF+AutoPlaceOFF+AutoBridgeOFF+MineOffMineSOff+MineSsOff ?

    EDIT: ok i read just
    i have the same bug with "range:1" if i place "automine 1-25,autoplace,autobridge" and later "range:1" sign then autoplace work slow by mining(only by mining!!) and the minecart fall from the rail
    i testet with max speed: 5,25,60,160... but only with range:1!!!

    on free space work autoplace and range:1 perfectly but if it minning then autoplace work too slow
    I apologize again holle me but hope that you will understand me better

    range:2 works perfectly

    all trys are without "RangeY"

    (rb.1038 and MM dev 1.2.9 and you great plugin v.13 (None Server Errors after deleting the old config file :) )
     
  11. Offline

    waflija

    Is fixed in 0.14 should be up soon.

    1.14 is out, now!

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

    dragongamer112

    hi, i got the mod and install the latest versions of the mod and minecart mania core,i run bukkit [with like 10 other mods enabled] and this happens...

    Code:
    2011-08-23 19:50:13 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-23 19:50:13 [INFO] Loading properties
    2011-08-23 19:50:13 [INFO] Starting Minecraft server on *:25565
    2011-08-23 19:50:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-23 19:50:14 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-23 19:50:14 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-23 19:50:15 [INFO] Entities enhanced[0] subclassed[2]
    2011-08-23 19:50:15 [INFO] [Waypoint] Initialising configurations.
    2011-08-23 19:50:15 [INFO] Preparing level "world"
    2011-08-23 19:50:16 [INFO] Preparing start region for level 0 (Seed: 6434623993121665356)
    2011-08-23 19:50:17 [INFO] Preparing spawn area: 36%
    2011-08-23 19:50:18 [INFO] Preparing start region for level 1 (Seed: 5234487033552438763)
    2011-08-23 19:50:18 [INFO] Preparing spawn area: 0%
    2011-08-23 19:50:19 [INFO] Preparing spawn area: 73%
    2011-08-23 19:50:19 [INFO] IBICF ready.
    2011-08-23 19:50:19 [INFO] [LazyRoad] : Version 0.6.0 beta is enabled!
    2011-08-23 19:50:20 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-08-23 19:50:20 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-08-23 19:50:20 [SEVERE] Error occurred while enabling MinecartManiaMining v1.14 (Is it up to date?): com.afforess.minecartmaniacore.debug.MinecartManiaLogger.info(Ljava/lang/String;[Ljava/lang/Object;)V
    java.lang.NoSuchMethodError: com.afforess.minecartmaniacore.debug.MinecartManiaLogger.info(Ljava/lang/String;[Ljava/lang/Object;)V
        at com.waflija.minecartmaniamining.MinecartManiaMining.onEnable(MinecartManiaMining.java:24)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-23 19:50:20 [INFO] PaintingSwitch enabled
    2011-08-23 19:50:20 [INFO] Permission system not detected.
    2011-08-23 19:50:20 [INFO] Pitfall version 0.6 is enabled!
    2011-08-23 19:50:20 [INFO] [PortalStick] 1 region(s) loaded
    2011-08-23 19:50:20 [INFO] [PortalStick] 0 grill(s) loaded
    2011-08-23 19:50:20 [INFO] [PortalStick] No permission handler detected, only ops can use commands
    2011-08-23 19:50:20 [INFO] [PortalStick] PortalStick enabled
    2011-08-23 19:50:20 [INFO] RedRemote has been enabled.
    2011-08-23 19:50:20 [INFO] No RedRemote configuration file found. Please create one in %bukkitdir%/plugins/RedRemote.
    2011-08-23 19:50:21 [INFO] SpongeRestore version 1.2 is enabled!
    2011-08-23 19:50:21 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-08-23 19:50:22 [SEVERE] sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.lang.ClassNotFoundException: com.earth2me.essentials.Console (<Unknown source>#115) in <Unknown source> at line number 115
    2011-08-23 19:50:22 [INFO] SpyerAdminCommands module version 1.4 stable, a spying utility for administrators and moderators (CommandBook commands module), is active. Part of the Spyer package by [nickguletskii200]
    2011-08-23 19:50:22 [INFO] SpyerFun module version 1.4 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    2011-08-23 19:50:22 [INFO] [TrainCarts] 0 Trains have been loaded in 0 worlds. (0 Minecarts)
    2011-08-23 19:50:22 [INFO] [TrainCarts] version 1.2 is enabled!
    2011-08-23 19:50:22 [INFO] Warp 1.0 by Benni1000 enabled!
    2011-08-23 19:50:22 [INFO] Old warps succsessfully loadet!
    2011-08-23 19:50:22 [INFO] [Waypoint] Reading configurations.
    2011-08-23 19:50:22 [INFO] [Waypoint] Configuration succesfully loaded.
    2011-08-23 19:50:22 [INFO] [Waypoint] No Permissions plugin detected. Using OP
    2011-08-23 19:50:22 [INFO] [Waypoint] Enabled version 1.5.2
    2011-08-23 19:50:22 [INFO] [Waypoint] Saved all configurations.
    2011-08-23 19:50:22 [SEVERE] Error occurred while enabling Waypoint v1.5.2 (Is it up to date?): null
    java.lang.NullPointerException
        at me.pirogoeth.Waypoint.Util.AutoUpdate.checkUpdate(AutoUpdate.java:52)
        at me.pirogoeth.Waypoint.Util.AutoUpdate.doUpdate(AutoUpdate.java:77)
        at me.pirogoeth.Waypoint.Waypoint.onEnable(Waypoint.java:61)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-23 19:50:22 [INFO] WorldEdit 4.6 enabled.
    2011-08-23 19:50:22 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-23 19:50:22 [INFO] SpyerAdmin module version 1.4 stable, a spying utility for administrators and moderators (main module), is active. Part of the Spyer package by [nickguletskii200]
    2011-08-23 19:50:22 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-23 19:50:22 [INFO] Done (0.697s)! For help, type "help" or "?"
    
     
  13. Offline

    waflija

    That is not the latest Version of MM Core. Please use this: <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 27, 2016
  14. Offline

    --bene1--

    14:03:11 [SCHWERWIEGEND] Could not pass event CUSTOM_EVENT to MinecartManiaMinin
    g
    java.lang.NullPointerException
    at com.waflija.minecartmaniamining.StorageMinecartUtils.doAutoMine(Stora
    geMinecartUtils.java:31)
    at com.waflija.minecartmaniamining.MinecartManiaActionListener.onMinecar
    tActionEvent(MinecartManiaActionListener.java:30)
    at com.afforess.minecartmaniacore.event.MinecartManiaListener.onCustomEv
    ent(MinecartManiaListener.java:230)
    at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.j
    ava:862)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at com.afforess.minecartmaniacore.MinecartManiaCore.callEvent(MinecartMa
    niaCore.java:251)
    at com.afforess.minecartmaniacore.api.MinecartManiaCoreListener.onVehicl
    eUpdate(MinecartManiaCoreListener.java:90)
    at org.bukkit.plugin.java.JavaPluginLoader$82.execute(JavaPluginLoader.j
    ava:818)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.EntityMinecart.m_(EntityMinecart.java:561)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1212)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:4
    8)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1194)
    at net.minecraft.server.World.cleanUp(World.java:1110)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:450)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)



    i got bukkit 1000 and running in windows 7 64 bit
     
  15. Offline

    waflija

    Could you tell what happend before the error occured? What did you do?
     
  16. Offline

    THA_D

    well i really need help....i dragged and dropped the plugin into the plugin folder, but it doesnt say anything about it.
    i didnt see one word in the console about minecart-mania-mining or anything like that...! help!
     
  17. Offline

    waflija

    19:36:58 [INFO] [LazyRoad] : Version 0.5.2 is enabled!
    19:36:58 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    19:36:58 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    19:36:58 [INFO] [Minecart Mania] MinecartManiaMining 1.14 for MM 1.2.9Alpha is enabled!

    that is what it should say. - You have placed it in the "plugin" directory and gave the right permission (none under windows, 777 or 664 under Linux)?

    If the server was / is running, use the "reload" command in the server terminal to load it. (or restart the server)
     
  18. Offline

    dragongamer112

     
    Last edited by a moderator: Nov 27, 2016
  19. Offline

    waflija

    Are you using permissions? This seems to be related to the permissions plugin.
     
  20. Offline

    dragongamer112

    lol, idk wat permissions r so, prob not,in bukkit starter it says no premisions file found or som tin like dat...here wen it start

    Code:
    [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-24 18:07:55 [INFO] Loading properties
    2011-08-24 18:07:55 [INFO] Starting Minecraft server on *:25565
    2011-08-24 18:07:55 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-24 18:07:55 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-24 18:07:56 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-24 18:07:56 [INFO] Entities enhanced[0] subclassed[2]
    2011-08-24 18:07:57 [INFO] [Waypoint] Initialising configurations.
    2011-08-24 18:07:57 [INFO] Preparing level "world"
    2011-08-24 18:07:57 [INFO] Preparing start region for level 0 (Seed: 6434623993121665356)
    2011-08-24 18:07:58 [INFO] Preparing spawn area: 53%
    2011-08-24 18:07:59 [INFO] Preparing start region for level 1 (Seed: 5234487033552438763)
    2011-08-24 18:08:00 [INFO] Preparing spawn area: 28%
    2011-08-24 18:08:01 [INFO] Preparing spawn area: 97%
    2011-08-24 18:08:01 [INFO] CraftBookCommon 144-fe0e96e enabled.
    2011-08-24 18:08:01 [INFO] CraftBookCommon: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-24 18:08:01 [INFO] CraftBookCircuits 144-fe0e96e enabled.
    2011-08-24 18:08:01 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-24 18:08:01 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-24 18:08:01 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    2011-08-24 18:08:01 [INFO] CraftBook: 1250 chunk(s) for 2 world(s) processed (0s elapsed)
    2011-08-24 18:08:01 [INFO] CraftBookMechanisms 144-fe0e96e enabled.
    2011-08-24 18:08:01 [INFO] CraftBookMechanisms: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-24 18:08:01 [INFO] 1 cauldron recipe(s) loaded
    2011-08-24 18:08:01 [INFO] IBICF ready.
    2011-08-24 18:08:01 [INFO] [LazyRoad] : Version 0.6.0 beta is enabled!
    2011-08-24 18:08:01 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-08-24 18:08:02 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-08-24 18:08:02 [INFO] [Minecart Mania] MinecartManiaMining 1.14 for MM 1.2.9Alpha is enabled!
    2011-08-24 18:08:02 [INFO] [Minecart Mania] no update needed current version is:1.14
    2011-08-24 18:08:02 [INFO] PaintingSwitch enabled
    2011-08-24 18:08:02 [INFO] Permission system not detected.
    2011-08-24 18:08:02 [INFO] Pitfall version 0.6 is enabled!
    2011-08-24 18:08:02 [INFO] [PortalStick] 1 region(s) loaded
    2011-08-24 18:08:02 [INFO] [PortalStick] 0 grill(s) loaded
    2011-08-24 18:08:02 [INFO] [PortalStick] No permission handler detected, only ops can use commands
    2011-08-24 18:08:02 [INFO] [PortalStick] PortalStick enabled
    2011-08-24 18:08:02 [INFO] RedRemote has been enabled.
    2011-08-24 18:08:02 [INFO] No RedRemote configuration file found. Please create one in %bukkitdir%/plugins/RedRemote.
    2011-08-24 18:08:02 [INFO] SpongeRestore version 1.2 is enabled!
    2011-08-24 18:08:03 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-08-24 18:08:03 [SEVERE] sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.lang.ClassNotFoundException: com.earth2me.essentials.Console (<Unknown source>#115) in <Unknown source> at line number 115
    2011-08-24 18:08:03 [INFO] SpyerAdminCommands module version 1.4 stable, a spying utility for administrators and moderators (CommandBook commands module), is active. Part of the Spyer package by [nickguletskii200]
    2011-08-24 18:08:03 [INFO] SpyerFun module version 1.4 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    2011-08-24 18:08:03 [INFO] [TrainCarts] 0 Trains have been loaded in 0 worlds. (0 Minecarts)
    2011-08-24 18:08:03 [INFO] [TrainCarts] version 1.2 is enabled!
    2011-08-24 18:08:03 [INFO] Warp 1.0 by Benni1000 enabled!
    2011-08-24 18:08:03 [INFO] Old warps succsessfully loadet!
    2011-08-24 18:08:03 [INFO] [Waypoint] Reading configurations.
    2011-08-24 18:08:03 [INFO] [Waypoint] Configuration succesfully loaded.
    2011-08-24 18:08:03 [INFO] [Waypoint] No Permissions plugin detected. Using OP
    2011-08-24 18:08:03 [INFO] [Waypoint] Enabled version 1.5.2
    2011-08-24 18:08:03 [INFO] [Waypoint] Saved all configurations.
    2011-08-24 18:08:03 [SEVERE] Error occurred while enabling Waypoint v1.5.2 (Is it up to date?): null
    java.lang.NullPointerException
        at me.pirogoeth.Waypoint.Util.AutoUpdate.checkUpdate(AutoUpdate.java:52)
        at me.pirogoeth.Waypoint.Util.AutoUpdate.doUpdate(AutoUpdate.java:77)
        at me.pirogoeth.Waypoint.Waypoint.onEnable(Waypoint.java:61)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-24 18:08:03 [INFO] WorldEdit 4.6 enabled.
    2011-08-24 18:08:03 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-24 18:08:03 [INFO] SpyerAdmin module version 1.4 stable, a spying utility for administrators and moderators (main module), is active. Part of the Spyer package by [nickguletskii200]
    2011-08-24 18:08:03 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-24 18:08:03 [INFO] Done (0.625s)! For help, type "help" or "?"
    
    could this be the prob?
    MinecartManiaMining 1.14 for MM 1.2.9,it say i have mm core 1.2.8...
    Code:
    [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-08-24 18:08:02 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-08-24 18:08:02 [INFO] [Minecart Mania] MinecartManiaMining 1.14 for MM 1.2.9Alpha is enabled!
    2011-08-24 18:08:02 [INFO] [Minecart Mania] no update needed current version is:1.14
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  21. Offline

    waflija

    Maybe. You can try the MMCore from the big Link in the Red Text in the MM Main Thread.

    (Or this one, but it is older: <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 27, 2016
  22. Offline

    THA_D

    lol ok the download i got was...well wrong i guess i got it from somewhere else , thanks anyways =D
     
  23. Offline

    waflija

    Does this error occur ore than one time? - I'm using the plugin on 2 servers and don't get that error.

    This error points at this code:
    Code:
    if (minecart.getDataValue("reversed") == null) {
                return;
            }
    I don't know how this code could a nullpointer...
     
  24. Offline

    dragongamer112

    well, i tried the MMcore from the big link in red and the one in suggestion, and same thing still happen...
     
    Last edited by a moderator: Nov 27, 2016
  25. Offline

    blastboy

    i can mine for one cycle but when it comes back with a full cart and deposites all en goes back it places tracks till its at the wall but doesn't mine any more.

    how to fix this?
     
  26. Offline

    waflija

    If the cart is full it gets the "reversed" option. The cart does not try to mine with this option set. - I added this feature to increase the performance...

    Use a "reverseoff" sign to unset this option and make the cart mine again.
     
  27. Offline

    blastboy

    doesn't work here are some pics
    [​IMG]
    [​IMG]
    [​IMG]
     
  28. Offline

    waflija

    What is written on that sign at end of the tracks? elevator signs have some some bugs if you try to "elevate" a mining cart. Did you try it on a plain track?
     
  29. Offline

    dragongamer112

    i want to know the exact mmcore u have on ur servers and the version of mm mining on ur servers D: mine jst dont wanna work...or idk...
     
  30. Offline

    waflija

Share This Page