Skip to content

BeadiestStar64/BSCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

BSCore is a Minecraft plugin developed for Paper.

BSCore is characterized by

1. Overwhelming lightness

2. Very usefully

3. Excellent file function

1. Overwhelming lightness.

Only 4 Classes from BSCore.

  1. FileManager class responsible for copying resources
  2. Translator class for using language files with Properties files
  3. YamlReader class specializing in yaml
  4. The main BSCore class for displaying external dependency information.
    Very simple, isn't it?

2. Very usefully.

For example, let's say you use the FileManager.class.
All you have to do is tell the init(File folder, String fileName) method the path to the file containing the resources you want to copy.
(I recommend the name RequestFiles.txt) You can write folder name, file name or file name in the file and it will recognize it as a format and start copying from the resource.

How to use as a library?

Click on the Packages on GitHub, available as a maven repository. Here is the latest version (2024/04/07 now)

<dependency>
  <groupId>com.github.BeadiestStar64.Plugins.BSseries</groupId>
  <artifactId>bscore</artifactId>
  <version>1.0.4</version>
</dependency>

Last...

If you encounter any problems with this plugin, please report them in an issue.

From BeadiestStar64 and DeepL, which handled the translation.

About

BSCore Plugins

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages