Skip to content
View itpao25's full-sized avatar
Block or Report

Block or report itpao25

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ReporterGUI-Wiki ReporterGUI-Wiki Public

    Report players system, solution for spigot, bungeecord and redisbungee. Support for Discord & more..

  2. ReporterGUIWeb ReporterGUIWeb Public

    Web interface for the plugin bukkit ReporterGUI

    PHP 6 2

  3. ReporterGUI's config.yml ReporterGUI's config.yml
    1
    #   ReporterGUI
    2
    #   Report player with using GUI
    3
    #   by itpao25 - Contact: tropaolo@gmail.com
    4
    #   SHORT INSTRUCTION:
    5
    #   Use the following variables in the various commands:
  4. ReporterGUIWeb - Translation in Germ... ReporterGUIWeb - Translation in German by tooxo1
    1
    <?php
    2
    # File to edit the language ReporterGUIWeb
    3
    # German
    4
    
                  
    5
    if (!defined('RG_ROOT')) die("This file can not be opened in this way");
  5. ReporterGUI's messages.yml ReporterGUI's messages.yml
    1
    # Messages.yml
    2
    message:
    3
        prefix: '&b[&9ReporterGUI&b]'
    4
        reloadcomplete: '&aReload complete'
    5
        playernotonline: The player was not found
  6. DisableChatLoginTest DisableChatLoginTest Public

    First simple plugin bukkit Test

    Java