Innectis Community Forum

Author Topic: [Forum] Bug Zone  (Read 2609 times)

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
[Forum] Bug Zone
« on: July 01, 2011, 04:20:08 AM »
Due to some bugs being possibly exploited, why not have it so that when you submit a bug, only the person who submits the bug and staff able to see them, this way it would be easier to contain the knowledge of exploitable bugs. If there is a bug that you wish to warn people about then you could possibly display it in some kind of forum announcement, this sort of bug would be something that may result in a loss of items, an example would be:

Quote
Warning:Do NOT log out in Resource Zone, as it will result in your items being reset.


Comments and feedback welcome,
Nosliw,
Goldy VIP
  • Nosliw
    Nosliw
    Nosliw
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}

Sciamancer

  • Goldy VIP
  • Full Member
  • ****
  • Posts: 221
    • View Profile
[Forum] Bug Zone
« Reply #1 on: July 01, 2011, 03:20:32 PM »
Is that warning a real bug?
  • Sciamancer
    Sciamancer
    Sciamancer

Caaaaarrrrlll

  • Goldy VIP
  • Full Member
  • ****
  • Posts: 210
  • Gender: Male
  • Computer & Internet Enthusiast
    • View Profile
    • Carl Bennett
[Forum] Bug Zone
« Reply #2 on: July 01, 2011, 07:36:27 PM »
Quote from: Sciamancer;174
Is that warning a real bug?
I lol'd.

The bug is not real.  -.-
  • Caaaaarrrrlll
    Caaaaarrrrlll
    Caaaaarrrrlll

Lynxy

  • IDP Developer
  • Retired Staff
  • Sr. Member
  • *****
  • Posts: 423
    • View Profile
[Forum] Bug Zone
« Reply #3 on: July 02, 2011, 01:34:13 AM »
I agree. There's probably a vB addon for such a thing, I would imagine. I've seen it elsewhere
  • The_Lynxy
    The_Lynxy
    The_Lynxy

ArronM

  • Goldy VIP
  • Sr. Member
  • ****
  • Posts: 266
  • Gender: Male
  • IDTP Lead Developer
    • View Profile
    • ArronM
[Forum] Bug Zone
« Reply #4 on: July 02, 2011, 06:23:52 AM »
You can make a thread only viewable by Admins and The poster in permissions
  • ArronM
    ArronM
    ArronM
Kind Regards,
ArronM,
Lead IDTP Developer

Hretsam

  • Former Owner
  • Retired Staff
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
[Forum] Bug Zone
« Reply #5 on: July 02, 2011, 06:46:25 AM »
I looked, and there was indeed an option for it, so here you go.
  • Hretsam
    Hretsam
    Hretsam

Beau_Barbera

  • Webmin
  • Goldy VIP
  • Newbie
  • ****
  • Posts: 21
    • View Profile
[Forum] Bug Zone
« Reply #6 on: July 03, 2011, 02:21:47 AM »
If you need an addon let me know I will kindly get it for you as you need to be a registered VB user (Payed) to download legal plugins..... Im on msn with Hretsam so when his on ill talk to him about all this
  • Beau_Barbera
    Beau_Barbera
    Beau_Barbera

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
[Forum] Bug Zone
« Reply #7 on: July 04, 2011, 09:26:21 AM »
Looks like its been implemented, does the thread get closed? I would need an admin to do it I think..
  • Nosliw
    Nosliw
    Nosliw
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}