Commit graph

64 commits

Author SHA1 Message Date
fdb5669897 Adds a new functions to the NBT Tag abstract: getter and setter for value 2024-07-21 05:19:57 -07:00
ba8315f5ee Removed instruction referencing ServerCode 2024-07-20 20:44:20 -07:00
1d28bb4ef5 Removes deploying to web server from this project 2024-07-20 20:38:58 -07:00
a1f0173c92 Remove static methods that arent overridable 2024-07-12 21:27:58 -07:00
ad7da43a39 Adds a json serializable abstract class 2024-07-12 21:21:02 -07:00
5e6e47bd0a Finish adding Sticker function calls 2024-07-11 16:30:49 -07:00
6079fa9a01 Alter networking to include authorization bot header, and add initial sticker calls 2024-07-11 02:44:54 -07:00
eae1f391de Add some more data structures 2024-07-11 02:15:08 -07:00
8cbf2466cf Start adding user API calls 2024-07-10 03:10:05 -07:00
15d80c1ab3 Start to add in some networking stuff 2024-07-10 02:46:33 -07:00
ede58b45c9 Ensure serverCode is deleted before trying to publish 2024-07-10 02:14:08 -07:00
662b93e011 Implement snowflakes 2024-07-10 02:09:10 -07:00
dea378f78e Add a extra instruction for getting dependencies 2024-07-09 21:45:49 -07:00
c0eb8554c9 Move build into a shell script instead 2024-07-09 21:24:07 -07:00
5d4e94de25 Unset some specific environment variables 2024-07-09 21:11:57 -07:00
61510a5a22 Bump version for testing 2024-07-09 20:24:14 -07:00
d310401ecb Bump version 2024-07-09 16:12:24 -07:00
96cd583c63 Force publish instead 2024-07-08 23:36:46 -07:00
39dac3b191 Finish implementing initial objects 2024-07-08 23:25:51 -07:00
f6aac8fdc6 Bump version to edit the readme that shows on dartdocs 2024-07-03 00:04:57 -07:00
ffff529772 Stop wrongly displaying the default boolean value, they are usually toggles. 2024-07-02 23:31:00 -07:00
f17cc6a211 Fix usage displays 2024-07-02 22:34:26 -07:00
6d87807863 Add testsuite for argument parser 2024-07-02 22:22:50 -07:00
7d045bd49f Adds a CLI Argument parser 2024-07-02 22:12:06 -07:00
4ac95f605b Fix detection of tag type for unquoted string values 2024-07-02 20:47:13 -07:00
3e7bae969e Fix stringified value and key writing for quotes 2024-07-02 20:27:41 -07:00
8077bbfa1f Patch quoted strings in snbt 2024-07-02 19:23:14 -07:00
bfa54b4804 Expose a parent tag type value 2024-06-06 23:42:47 -07:00
bb67d9f335 Increment Version number 2024-06-06 18:15:02 -07:00
d885485684 TryCatch tail functions 2024-06-05 22:01:01 -07:00
2a5774bd6d Rcon was not working 2024-06-04 15:34:07 -07:00
167c27848a add decompress to try catch 2024-06-04 14:51:07 -07:00
15aae5c3d7 Roll my own rcon implementation due to problems with other implementation 2024-06-04 13:30:12 -07:00
74fe37d7d8 Adds tail functions 2024-06-03 16:42:59 -07:00
0b3458a0b6 print port number 2024-06-03 15:43:13 -07:00
868303b9da Bump version 2024-06-03 15:19:46 -07:00
8d93157ac0 Make it possible to change the port number of the PacketServer 2024-06-03 15:19:28 -07:00
0a5d99cd6f File is deleted on write to ensure it does not continuously grow 2024-05-24 15:43:47 -07:00
86ae7ad4aa Bump package version number 2024-05-24 14:40:47 -07:00
1133992078 Change package name, remove flutter as SDK 2024-05-24 14:36:51 -07:00
5f9f0e08ef Add a copy method to Time 2024-05-23 17:47:50 -07:00
730535d4b8 Sanity check seconds, and lock to 0 or above. Disallow negative time 2024-05-23 17:43:52 -07:00
6ba00044af Adds a time utility for keeping track of time 2024-05-23 17:15:02 -07:00
302595d45d Add two helper API functions to PathHelper 2024-05-23 12:15:52 -07:00
18d55666e6 Fix another error 2024-05-23 11:44:48 -07:00
95d769bf89 Attempt to fix null UUIDs being handled strangely when serializing to NbtUUID 2024-05-23 11:35:41 -07:00
86386f97a2 Add some more verbosity to the server 2024-05-23 11:25:14 -07:00
cc151e9109 Add a converter method 2024-05-23 10:13:51 -07:00
3be0a9ab5f Finish testing and assembling a basic server and client structure 2024-05-22 20:10:41 -07:00
5c4a8c6a58 Bump version 2024-05-22 16:44:27 -07:00