Skip to content
View naritaii's full-sized avatar

Highlights

  • Pro

Block or report naritaii

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 250 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 Loading

  1. Utility for storing custom hidden me... Utility for storing custom hidden metadata in item lore, requires ProtocolLib to hide the lore line(s) with metadata. You should make necessary changes; going into creative mode removes all hidden metadata off items in your inventory so listen to the PlayerGameModeChangeEvent and save any items with custom metadata in the player's inventory.
    1
    package me.stupidbot.universalcoreremake.Utilities.ItemUtilities;
    2
    
                  
    3
    import com.comphenix.protocol.PacketType;
    4
    import com.comphenix.protocol.ProtocolLibrary;
    5
    import com.comphenix.protocol.events.ListenerPriority;
  2. Utility for storing custom metadata ... Utility for storing custom metadata in blocks. You should make necessary changes and create an instance of this class instead of leaving all methods static.
    1
    package me.stupidbot.universalcoreremake.managers;
    2
    
                  
    3
    import me.stupidbot.universalcoreremake.UniversalCoreRemake;
    4
    import org.bukkit.Bukkit;
    5
    import org.bukkit.Location;
  3. clownoftheday-dataset clownoftheday-dataset Public

  4. DynamicUserLimit DynamicUserLimit Public template

    Dynamically increase voice channel user limit by one when a bot joins (i.e. music bot like Rythm, FredBoat, etc.).

    Python