April 27, 2024, 11:04:04 pm

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - clawstrider

Pages: 1 2 3 [4] 5 6 ... 245
46
Server News / Re: Website downtime
« on: June 14, 2015, 03:29:13 pm »
Does this affect all SMF forums, or is it unique to us?

Thanks for sorting it, by the way.

47
General Discussion / Re: Auction House System Ideas
« on: June 10, 2015, 05:31:49 pm »
Quote
F3 + h will show you the IDs

I wasn't saying it's impossible to find them. I was saying that for a custom plugin, that doesn't seem like the best way to go.

Well the hope is to set up the aliases like world edit does but if that proves too difficult (or time consuming really) the item in had would be the way to go.

Sounds good, thanks.

48
General Discussion / Re: Auction House System Ideas
« on: June 10, 2015, 07:10:12 am »
/auction sell (blockID) (ammount) (starting bid)

I don't know about you, but I personally have no idea of half the blockIDs of stuff I'd want to sell. Perhaps have it put the things in your active hand slot up with /auction sell (starting bid) (optional amount, default is everything in hand)

50
Offtopic / Re: Hello from an old friend!
« on: May 24, 2015, 07:55:30 pm »
Claw, did you conquer the minecraft world, or not yet??

Getting close!

51
Offtopic / Re: Hello from an old friend!
« on: May 23, 2015, 12:41:19 am »
Hey spam, it's been a while ^^

52
Suggestions / Re: Economy Improvement
« on: May 10, 2015, 09:25:54 pm »
Ya it would work well that way but as of right now, I don't know if it is possible to distinguish where the mob came from.

It is. (After a quick bit of googling): Just listen for the spawn event, assign metadata for those that came from a spawner, then check whether or not the mob has your metadata on death.

Here's how McMMO does it:

Code: [Select]
/**
     * Monitor CreatureSpawn events.
     *
     * @param event The event to watch
     */
    @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
    public void onCreatureSpawn(CreatureSpawnEvent event) {
        LivingEntity entity = event.getEntity();

        switch (event.getSpawnReason()) {
            case SPAWNER:
            case SPAWNER_EGG:
                entity.setMetadata(mcMMO.entityMetadataKey, mcMMO.metadataValue);

                Entity passenger = entity.getPassenger();

                if (passenger != null) {
                    passenger.setMetadata(mcMMO.entityMetadataKey, mcMMO.metadataValue);
                }
                return;

            case BREEDING:
                entity.setMetadata(mcMMO.bredMetadataKey, mcMMO.metadataValue);
                return;

            default:
                return;
        }
    }

Note: Code function doesn't seem to be displaying it properly, and is even worse when within a spoiler. Might just be my browser though. Just look via the quote function

53
I'm down

54
Maybe it's time to just face the reality that Minecraft as a game is dying, and whatever additions we bring in, they'll just slow down, not prevent, the inevitable.

**Team 9000, our old rival, actually completely vanished after classic was removed.  Even their SMP server was shut down around a year later.  They were as popular as we were and could not maintain an active user base. 

Team9000 is and has always been a gaming network first, and a Minecraft server second. And it's still fairly active, possibly more so than Opticraft.

55
Ban Appeals / Re: [Operator] Corza82 - Unban because of accident
« on: March 28, 2015, 10:31:20 am »
Hey,

You were banned by someone who is no longer staff, so please wait for an operator to respond.

56
Ban Appeals / Re: Ban Appeal
« on: March 13, 2015, 01:05:31 pm »
Both accounts have been unbanned. Hope to see you on the server soon :)

57
Ban Appeals / Re: MY Ban Appeal
« on: February 27, 2015, 08:32:26 am »
See MrParkourRaven's ban appeal. I'll handle both at once.

58
Ban Appeals / Re: Ban Appeal
« on: February 27, 2015, 08:30:40 am »
(Assuming you're talking about smp.opticraft.net as opposed to creative. Additionally, I can't find records of an account called Chuck_Knoblock. However, there is one for PJsnake)

MrParkourRaven was banned due to suspicion that he was an alternate account of yours. As you two share an IP address, its very hard to know if two players are separate, or its one guy with two accounts.
For this reason, I'll just handle both ban appeals at once, as it is unlikely that we will be unbanning one without the other due to ban evasion risks.

You've been banned many times for griefing, although only in small quantities.
I'd be willing to unban both accounts if you could apologise, and promise me that neither you, nor your brother, will grief again.




59
General Discussion / Re: Guardian Spawn Zone
« on: February 13, 2015, 08:31:23 am »
Better yet, just reset SMP plz

Total reset would be pretty sweet.

60
Offtopic / Re: Usernames
« on: February 04, 2015, 12:47:30 pm »
Clawstrider

Pages: 1 2 3 [4] 5 6 ... 245