UploadLogs icon

UploadLogs -----

Upload your server logs to a shareable link



Looking for a hassle-free way to share your log files with others? Look no further than UploadLogs!

Our easy-to-use plugin takes the frustration out of copying and pasting your logs into Discord or taking endless screenshots. With UploadLogs, you can create a shareable link with just a few clicks. No more worrying about long blocks of text or formatting issues. Say goodbye to those frustrating moments and streamline your log file sharing with UploadLogs!

Note: All IP's will be censored upon BEFORE uploading the log file to the server.

[​IMG]

Code (YAML):
# Need help with my plugins, join my discord server: https://kyllian.nl/discord

url
: "https://paste.kyllian.nl"
path
: '/logs/latest.log'

messages
:
  no_permission
: "&cYou don't have permission to do this!"
  wait
: "&aUploading logs, please wait..."
  success
: "&aLogs uploaded! &e{url}"
  file_not_found
: "&cThe file was not found!"
  error
: "&cAn error occurred while uploading the logs. Please try again later."

[​IMG]

[​IMG]

/uploadlogs

Uploads the log file to a shareable link
Aliases: /ul
Permission: uploadlogs.upload

[​IMG]

Tired of dealing with incomplete log files for your plugin? Want an easy way to access complete logs without the hassle? Look no further than our amazing plugin! With our powerful tool, you can include the brains of our software right in your own plugin and automate log uploading. Say goodbye to the frustration of missing data and hello to the convenience of a seamless log-sharing experience. Don't wait another moment - download our plugin today and simplify your log file management!

You can find the github here

Add the following dependency in your pom.xml:
Code (Text):
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.InstantlyMoist</groupId>
    <artifactId>privatebin-java-api</artifactId>
    <version>1.0.2</version>
</dependency>
An example usage would be:
Code (Java):
        Paste paste = new Paste ( "https://paste.kyllian.nl/" )
                . setMessage ( "Hi, does this work?" )
                . encrypt ( ) ;

        try {
            String pasteUrl = paste. send ( ) ;
            System. out. println ( "Paste URL: " + pasteUrl ) ;
        } catch ( IOException e ) {
            System. out. println ( "Something went wrong." ) ;
            e. printStackTrace ( ) ;
        }
Please note that this is using a PrivateBin server to send it's data to.

[​IMG]
Resource Information
Author:
----------
Total Downloads: 142
First Release: Mar 10, 2023
Last Update: May 2, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings