-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug that prevented the correct coordinates from being retrieved if the player name contained numbers or symbols.
- Loading branch information
たくのろじぃ / Takunology
committed
Feb 15, 2022
1 parent
2c7e67e
commit 80c9039
Showing
47 changed files
with
87 additions
and
54 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+4.52 KB
MinecraftConnection/.vs/MinecraftConnection/v17/TestStore/0/000.testlog
Binary file not shown.
Binary file added
BIN
+24 Bytes
MinecraftConnection/.vs/MinecraftConnection/v17/TestStore/0/testlog.manifest
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+11 Bytes
(100%)
MinecraftConnection/MinecraftConnection/bin/Release/MinecraftConnection.1.1.0.nupkg
Binary file not shown.
Binary file added
BIN
+31.2 KB
MinecraftConnection/MinecraftConnection/bin/Release/MinecraftConnection.1.1.1.nupkg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/MinecraftConnection/bin/Release/netstandard2.0/MinecraftConnection.dll
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
MinecraftConnection/MinecraftConnection/bin/Release/netstandard2.0/MinecraftConnection.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
MinecraftConnection/MinecraftConnection/obj/MinecraftConnection.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
MinecraftConnection/MinecraftConnection/obj/Release/MinecraftConnection.1.1.1.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>MinecraftConnection</id> | ||
<version>1.1.1</version> | ||
<authors>Takumi Okawa (Takunology)</authors> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<icon>MCLogo.png</icon> | ||
<projectUrl>https://www.mcwithcode.com/</projectUrl> | ||
<description>MinecraftConnection is a library for sending commands via RCON using C# to support you learn and automate your programming. It can be run on a vanilla server as well as a Spigot server, including plugins. Before running the program, you need to start a Minecraft server that allows RCON connections.</description> | ||
<releaseNotes>Version 1.1.1 - Fixed GetplayerData().Position | ||
|
||
Fixed a bug that prevented the correct coordinates from being retrieved if the player name contained numbers or symbols.</releaseNotes> | ||
<copyright>Copyright (c) 2021 Takumi Okawa (Takunology)</copyright> | ||
<tags>Minecraft</tags> | ||
<repository type="git" url="https://github.com/takunology/MinecraftConnection" /> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="D:\GitHub\MinecraftConnection\MinecraftConnection\MinecraftConnection\bin\Release\netstandard2.0\MinecraftConnection.dll" target="lib\netstandard2.0\MinecraftConnection.dll" /> | ||
<file src="D:\GitHub\MinecraftConnection\MinecraftConnection\MinecraftConnection\MCLogo.png" target="MCLogo.png" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...necraftConnection/obj/Release/netstandard2.0/MinecraftConnection.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e9f184440c7113f7e428b39284dadd08792e28f2 | ||
326e557620cf457ed15ffc0e88bbbc544e2cce6d |
3 changes: 3 additions & 0 deletions
3
.../obj/Release/netstandard2.0/MinecraftConnection.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
is_global = true | ||
build_property.RootNamespace = MinecraftConnection | ||
build_property.ProjectDir = D:\GitHub\MinecraftConnection\MinecraftConnection\MinecraftConnection\ |
Binary file modified
BIN
+0 Bytes
(100%)
...onnection/MinecraftConnection/obj/Release/netstandard2.0/MinecraftConnection.assets.cache
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(55%)
...tConnection/obj/Release/netstandard2.0/MinecraftConnection.csproj.AssemblyReference.cache
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/MinecraftConnection/obj/Release/netstandard2.0/MinecraftConnection.dll
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
MinecraftConnection/MinecraftConnection/obj/Release/netstandard2.0/MinecraftConnection.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
MinecraftConnection/MinecraftConnection/obj/project.nuget.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/TestProject/bin/Release/net5.0/MinecraftConnection.dll
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
MinecraftConnection/TestProject/bin/Release/net5.0/MinecraftConnection.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+512 Bytes
(110%)
MinecraftConnection/TestProject/bin/Release/net5.0/TestProject.dll
Binary file not shown.
Binary file modified
BIN
+56 Bytes
(100%)
MinecraftConnection/TestProject/bin/Release/net5.0/TestProject.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/TestProject/bin/Release/net5.0/ref/TestProject.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/TestProject/obj/Release/net5.0/TestProject.assets.cache
Binary file not shown.
Binary file modified
BIN
+95.2 KB
(890000%)
...craftConnection/TestProject/obj/Release/net5.0/TestProject.csproj.AssemblyReference.cache
Binary file not shown.
Empty file.
Binary file modified
BIN
+512 Bytes
(110%)
MinecraftConnection/TestProject/obj/Release/net5.0/TestProject.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
MinecraftConnection/TestProject/obj/Release/net5.0/TestProject.genruntimeconfig.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
93ca14e4ad22833145d324e74ffe691efbebbac2 | ||
00e15f0a407d109f7ee4d97136faf723d65ce821 |
Binary file modified
BIN
+56 Bytes
(100%)
MinecraftConnection/TestProject/obj/Release/net5.0/TestProject.pdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
MinecraftConnection/TestProject/obj/Release/net5.0/ref/TestProject.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
MinecraftConnection/TestProject/obj/TestProject.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.