this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pogu

+264 -167
+113
.gitignore
··· 1 + # User-specific stuff 2 + .idea/ 3 + 4 + *.iml 5 + *.ipr 6 + *.iws 7 + 8 + # IntelliJ 9 + out/ 10 + 11 + # Compiled class file 12 + *.class 13 + 14 + # Log file 15 + *.log 16 + 17 + # BlueJ files 18 + *.ctxt 19 + 20 + # Package Files # 21 + *.jar 22 + *.war 23 + *.nar 24 + *.ear 25 + *.zip 26 + *.tar.gz 27 + *.rar 28 + 29 + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 30 + hs_err_pid* 31 + 32 + *~ 33 + 34 + # temporary files which can be created if a process still has a handle open of a deleted file 35 + .fuse_hidden* 36 + 37 + # KDE directory preferences 38 + .directory 39 + 40 + # Linux trash folder which might appear on any partition or disk 41 + .Trash-* 42 + 43 + # .nfs files are created when an open file is removed but is still being accessed 44 + .nfs* 45 + 46 + # General 47 + .DS_Store 48 + .AppleDouble 49 + .LSOverride 50 + 51 + # Icon must end with two \r 52 + Icon 53 + 54 + # Thumbnails 55 + ._* 56 + 57 + # Files that might appear in the root of a volume 58 + .DocumentRevisions-V100 59 + .fseventsd 60 + .Spotlight-V100 61 + .TemporaryItems 62 + .Trashes 63 + .VolumeIcon.icns 64 + .com.apple.timemachine.donotpresent 65 + 66 + # Directories potentially created on remote AFP share 67 + .AppleDB 68 + .AppleDesktop 69 + Network Trash Folder 70 + Temporary Items 71 + .apdisk 72 + 73 + # Windows thumbnail cache files 74 + Thumbs.db 75 + Thumbs.db:encryptable 76 + ehthumbs.db 77 + ehthumbs_vista.db 78 + 79 + # Dump file 80 + *.stackdump 81 + 82 + # Folder config file 83 + [Dd]esktop.ini 84 + 85 + # Recycle Bin used on file shares 86 + $RECYCLE.BIN/ 87 + 88 + # Windows Installer files 89 + *.cab 90 + *.msi 91 + *.msix 92 + *.msm 93 + *.msp 94 + 95 + # Windows shortcuts 96 + *.lnk 97 + 98 + target/ 99 + 100 + pom.xml.tag 101 + pom.xml.releaseBackup 102 + pom.xml.versionsBackup 103 + pom.xml.next 104 + 105 + release.properties 106 + dependency-reduced-pom.xml 107 + buildNumber.properties 108 + .mvn/timing.properties 109 + .mvn/wrapper/maven-wrapper.jar 110 + .flattened-pom.xml 111 + 112 + # Common working directory 113 + run/
+1 -2
.idea/artifacts/SSISAuth_jar.xml
··· 1 1 <component name="ArtifactManager"> 2 2 <artifact type="jar" name="SSISAuth:jar"> 3 - <output-path>$PROJECT_DIR$/../../Build</output-path> 3 + <output-path>$PROJECT_DIR$/out/artifacts/SSISAuth_jar</output-path> 4 4 <root id="archive" name="SSISAuth.jar"> 5 5 <element id="module-output" name="SSISAuth" /> 6 - <element id="extracted-dir" path="$PROJECT_DIR$/../../Dependencies/spigot-api-1.19.2.jar" path-in-jar="/" /> 7 6 </root> 8 7 </artifact> 9 8 </component>
+12
.idea/misc.xml
··· 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <project version="4"> 3 + <component name="EntryPointsManager"> 4 + <list size="1"> 5 + <item index="0" class="java.lang.String" itemvalue="org.bukkit.event.EventHandler" /> 6 + </list> 7 + </component> 8 + <component name="MavenProjectsManager"> 9 + <option name="originalFiles"> 10 + <list> 11 + <option value="$PROJECT_DIR$/pom.xml" /> 12 + </list> 13 + </option> 14 + </component> 3 15 <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK"> 4 16 <output url="file://$PROJECT_DIR$/out" /> 5 17 </component>
-124
.idea/uiDesigner.xml
··· 1 - <?xml version="1.0" encoding="UTF-8"?> 2 - <project version="4"> 3 - <component name="Palette2"> 4 - <group name="Swing"> 5 - <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 6 - <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> 7 - </item> 8 - <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 9 - <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> 10 - </item> 11 - <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 12 - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> 13 - </item> 14 - <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.svg" removable="false" auto-create-binding="false" can-attach-label="true"> 15 - <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> 16 - </item> 17 - <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 18 - <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> 19 - <initial-values> 20 - <property name="text" value="Button" /> 21 - </initial-values> 22 - </item> 23 - <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 24 - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 25 - <initial-values> 26 - <property name="text" value="RadioButton" /> 27 - </initial-values> 28 - </item> 29 - <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 30 - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> 31 - <initial-values> 32 - <property name="text" value="CheckBox" /> 33 - </initial-values> 34 - </item> 35 - <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 36 - <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> 37 - <initial-values> 38 - <property name="text" value="Label" /> 39 - </initial-values> 40 - </item> 41 - <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 42 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 43 - <preferred-size width="150" height="-1" /> 44 - </default-constraints> 45 - </item> 46 - <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 47 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 48 - <preferred-size width="150" height="-1" /> 49 - </default-constraints> 50 - </item> 51 - <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 52 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> 53 - <preferred-size width="150" height="-1" /> 54 - </default-constraints> 55 - </item> 56 - <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 57 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> 58 - <preferred-size width="150" height="50" /> 59 - </default-constraints> 60 - </item> 61 - <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 62 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> 63 - <preferred-size width="150" height="50" /> 64 - </default-constraints> 65 - </item> 66 - <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 67 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> 68 - <preferred-size width="150" height="50" /> 69 - </default-constraints> 70 - </item> 71 - <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 72 - <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> 73 - </item> 74 - <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 75 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> 76 - <preferred-size width="150" height="50" /> 77 - </default-constraints> 78 - </item> 79 - <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 80 - <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> 81 - <preferred-size width="150" height="50" /> 82 - </default-constraints> 83 - </item> 84 - <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 85 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> 86 - <preferred-size width="150" height="50" /> 87 - </default-constraints> 88 - </item> 89 - <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 90 - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> 91 - <preferred-size width="200" height="200" /> 92 - </default-constraints> 93 - </item> 94 - <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 95 - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> 96 - <preferred-size width="200" height="200" /> 97 - </default-constraints> 98 - </item> 99 - <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.svg" removable="false" auto-create-binding="true" can-attach-label="true"> 100 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> 101 - </item> 102 - <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 103 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> 104 - </item> 105 - <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 106 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> 107 - </item> 108 - <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 109 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> 110 - </item> 111 - <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 112 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> 113 - <preferred-size width="-1" height="20" /> 114 - </default-constraints> 115 - </item> 116 - <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.svg" removable="false" auto-create-binding="false" can-attach-label="false"> 117 - <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> 118 - </item> 119 - <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.svg" removable="false" auto-create-binding="true" can-attach-label="false"> 120 - <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> 121 - </item> 122 - </group> 123 - </component> 124 - </project>
+48 -13
SSISAuth.iml
··· 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 - <module type="JAVA_MODULE" version="4"> 3 - <component name="NewModuleRootManager" inherit-compiler-output="true"> 4 - <exclude-output /> 2 + <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> 3 + <component name="FacetManager"> 4 + <facet type="minecraft" name="Minecraft"> 5 + <configuration> 6 + <autoDetectTypes> 7 + <platformType>PAPER</platformType> 8 + <platformType>ADVENTURE</platformType> 9 + </autoDetectTypes> 10 + </configuration> 11 + </facet> 12 + </component> 13 + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11"> 14 + <output url="file://$MODULE_DIR$/target/classes" /> 15 + <output-test url="file://$MODULE_DIR$/target/test-classes" /> 5 16 <content url="file://$MODULE_DIR$"> 6 - <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> 17 + <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> 18 + <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> 19 + <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> 20 + <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" /> 21 + <excludeFolder url="file://$MODULE_DIR$/target" /> 7 22 </content> 8 23 <orderEntry type="inheritedJdk" /> 9 24 <orderEntry type="sourceFolder" forTests="false" /> 10 - <orderEntry type="module-library" exported=""> 11 - <library> 12 - <CLASSES> 13 - <root url="jar://$MODULE_DIR$/../../Dependencies/spigot-api-1.19.2.jar!/" /> 14 - </CLASSES> 15 - <JAVADOC /> 16 - <SOURCES /> 17 - </library> 18 - </orderEntry> 25 + <orderEntry type="library" scope="PROVIDED" name="Maven: io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT" level="project" /> 26 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:31.0.1-jre" level="project" /> 27 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:failureaccess:1.0.1" level="project" /> 28 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" level="project" /> 29 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.findbugs:jsr305:3.0.2" level="project" /> 30 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.errorprone:error_prone_annotations:2.7.1" level="project" /> 31 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.j2objc:j2objc-annotations:1.3" level="project" /> 32 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.8.9" level="project" /> 33 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.16-R0.4-deprecated+build.6" level="project" /> 34 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.33" level="project" /> 35 + <orderEntry type="library" scope="PROVIDED" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" /> 36 + <orderEntry type="library" scope="PROVIDED" name="Maven: it.unimi.dsi:fastutil:8.5.6" level="project" /> 37 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.logging.log4j:log4j-api:2.17.1" level="project" /> 38 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.slf4j:slf4j-api:1.8.0-beta4" level="project" /> 39 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-api:4.11.0" level="project" /> 40 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-key:4.11.0" level="project" /> 41 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:examination-api:1.3.0" level="project" /> 42 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:examination-string:1.3.0" level="project" /> 43 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.jetbrains:annotations:23.0.0" level="project" /> 44 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-minimessage:4.11.0" level="project" /> 45 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-serializer-gson:4.11.0" level="project" /> 46 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-serializer-legacy:4.11.0" level="project" /> 47 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-serializer-plain:4.11.0" level="project" /> 48 + <orderEntry type="library" scope="PROVIDED" name="Maven: net.kyori:adventure-text-logger-slf4j:4.11.0" level="project" /> 49 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.checkerframework:checker-qual:3.21.0" level="project" /> 50 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm:9.2" level="project" /> 51 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-commons:9.2" level="project" /> 52 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-tree:9.2" level="project" /> 53 + <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-analysis:9.2" level="project" /> 19 54 </component> 20 55 </module>
out/production/SSISAuth/com/keii/ssisauth/SSISAuth.class

This is a binary file and will not be displayed.

out/production/SSISAuth/com/keii/ssisauth/commands/Who.class

This is a binary file and will not be displayed.

out/production/SSISAuth/com/keii/ssisauth/events/PlayerJoin.class

This is a binary file and will not be displayed.

-6
out/production/SSISAuth/plugin.yml
··· 1 - name: SSISAuth 2 - version: 1.0 3 - author: keii 4 - main: com.keii.ssisauth.SSISAuth 5 - api-version: 1.14 6 - depend: []
+74
pom.xml
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <project xmlns="http://maven.apache.org/POM/4.0.0" 3 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 5 + <modelVersion>4.0.0</modelVersion> 6 + 7 + <groupId>ssisauth</groupId> 8 + <artifactId>ssisauth</artifactId> 9 + <version>1.0-SNAPSHOT</version> 10 + <packaging>jar</packaging> 11 + 12 + <name>SSISAuth</name> 13 + 14 + <properties> 15 + <java.version>1.8</java.version> 16 + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 17 + </properties> 18 + 19 + <build> 20 + <plugins> 21 + <plugin> 22 + <groupId>org.apache.maven.plugins</groupId> 23 + <artifactId>maven-compiler-plugin</artifactId> 24 + <version>3.8.1</version> 25 + <configuration> 26 + <source>11</source> 27 + <target>11</target> 28 + </configuration> 29 + </plugin> 30 + <plugin> 31 + <groupId>org.apache.maven.plugins</groupId> 32 + <artifactId>maven-shade-plugin</artifactId> 33 + <version>3.2.4</version> 34 + <executions> 35 + <execution> 36 + <phase>package</phase> 37 + <goals> 38 + <goal>shade</goal> 39 + </goals> 40 + <configuration> 41 + <createDependencyReducedPom>false</createDependencyReducedPom> 42 + </configuration> 43 + </execution> 44 + </executions> 45 + </plugin> 46 + </plugins> 47 + <resources> 48 + <resource> 49 + <directory>src/main/resources</directory> 50 + <filtering>true</filtering> 51 + </resource> 52 + </resources> 53 + </build> 54 + 55 + <repositories> 56 + <repository> 57 + <id>papermc-repo</id> 58 + <url>https://repo.papermc.io/repository/maven-public/</url> 59 + </repository> 60 + <repository> 61 + <id>sonatype</id> 62 + <url>https://oss.sonatype.org/content/groups/public/</url> 63 + </repository> 64 + </repositories> 65 + 66 + <dependencies> 67 + <dependency> 68 + <groupId>io.papermc.paper</groupId> 69 + <artifactId>paper-api</artifactId> 70 + <version>1.19.2-R0.1-SNAPSHOT</version> 71 + <scope>provided</scope> 72 + </dependency> 73 + </dependencies> 74 + </project>
src/com/keii/ssisauth/SSISAuth.java src/main/java/com/keii/ssisauth/SSISAuth.java
-14
src/com/keii/ssisauth/commands/Who.java
··· 1 - package com.keii.ssisauth.commands; 2 - 3 - import org.bukkit.command.Command; 4 - import org.bukkit.command.CommandExecutor; 5 - import org.bukkit.command.CommandSender; 6 - 7 - public class Who implements CommandExecutor { 8 - 9 - // This method is called, when somebody uses our command 10 - @Override 11 - public boolean onCommand(CommandSender sender, Command command, String label, String[] args) { 12 - return false; 13 - } 14 - }
+12 -2
src/com/keii/ssisauth/events/PlayerJoin.java src/main/java/com/keii/ssisauth/events/PlayerJoin.java
··· 8 8 import org.bukkit.event.player.PlayerJoinEvent; 9 9 10 10 import java.io.IOException; 11 + import java.lang.reflect.Field; 12 + import java.lang.reflect.InvocationTargetException; 13 + import java.lang.reflect.Method; 11 14 import java.net.URI; 12 15 import java.net.http.HttpClient; 13 16 import java.net.http.HttpRequest; ··· 32 35 e.getPlayer().kickPlayer("Registrera konto på https://mc.ssis.nu"); 33 36 } else if(response.statusCode() == 200) { 34 37 String[] result = responseText.split(","); 35 - 38 + 36 39 Bukkit.getServer().dispatchCommand(Bukkit.getServer().getConsoleSender(),"nick " + e.getPlayer().getName() + " " + result[3] + result[4].charAt(0)); 37 40 Bukkit.getServer().dispatchCommand(Bukkit.getServer().getConsoleSender(), "lp user " + e.getPlayer().getName() + " meta setprefix " + result[2]); 38 - e.getPlayer().setPlayerListName(ChatColor.YELLOW + result[2] + " " + ChatColor.WHITE + result[3] + result[4].charAt(0)); 41 + //e.getPlayer().setPlayerListName(ChatColor.YELLOW + result[2] + " " + ChatColor.WHITE + result[3] + result[4].charAt(0)); 42 + e.getPlayer().setPlayerListName(ChatColor.WHITE + result[3] + result[4].charAt(0)); 43 + 44 + e.getPlayer().getPlayerProfile().setName(ChatColor.WHITE + result[3] + result[4].charAt(0)); 45 + for(Player all : Bukkit.getOnlinePlayers()) { 46 + all.hidePlayer(e.getPlayer()); 47 + all.showPlayer(e.getPlayer()); 48 + } 39 49 } 40 50 } 41 51 }
+4
src/main/resources/plugin.yml
··· 1 + name: SSISAuth 2 + version: '${project.version}' 3 + main: com.keii.ssisauth.SSISAuth 4 + api-version: 1.19
-6
src/plugin.yml
··· 1 - name: SSISAuth 2 - version: 1.0 3 - author: keii 4 - main: com.keii.ssisauth.SSISAuth 5 - api-version: 1.14 6 - depend: []