Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Releases: numbereddev/nodeactyl-v1-support

1.5.1 - Bug fixes and new feature

02 Jun 07:03
057a333

Choose a tag to compare

First the new feature, you can now set a server description
old server creation code:

admin.createServer(allocationId, Version, NameOfServer, PteroUserID, Egg, Docker-Image, StartupCMD, RAM, SWAP, Disk, IO, CPU, Databases, Allocations, Backups, Node)

New Code:

admin.createServer(allocationId, Version, NameOfServer, DESCRIPTION, PteroUserID, Egg, Docker-Image, StartupCMD, RAM, SWAP, Disk, IO, CPU, Databases, Allocations, Backups, Node)

Bug fixes and known bugs:

  • Known but not yet fixed bug: admin.GetAllUsers() without page only gives all users of the first page
  • Fixed: admin.GetAllUsers(page) (the pagination GetAllUsers()), gives the users of a page, is fixed
  • And other minor things.

1.5.0 - New features time!

02 May 17:10
98063ca

Choose a tag to compare

New features:
New and more advanced server creation:
admin.createServer(allocationId, version, name, ownerid, NestId, EggID, DockerImage, StartupCommand, RAM, Swap, Disk, IO, CPU, AmntOfDBs, AmntOfAllocations, backups).then(response => {
console.log(response)
}).catch(err => {
console.log(err)
})

New function:
admin.getAllAllocations(yourNodeID).then(response => {
console.log(response)
}).catch(err => {
console.log(err)
})

1.4.8: Fixed Edit Server and Server creation

20 Feb 08:37
ab4f70c

Choose a tag to compare

We fixed edit server and server creation
NOTE: To make server edit work you need to create a new server with the new update or else edit server will not work ;D

1.4.7: Fixed another server creation error

15 Feb 08:18
531e7bc

Choose a tag to compare

I fixed another server creation error ;D

1.4.6: Fixed Github deploy error

13 Feb 11:01
c4227f1

Choose a tag to compare

Update package.json

1.4.5: Fixed a big F

13 Feb 10:55
4fdbf75

Choose a tag to compare

Update package-lock.json

1.4.4: Every known bug fixed

13 Feb 10:48
e6c9be1

Choose a tag to compare

for suggestions create issue

1.4.1: Update Server Build added + Create Server fixed

13 Feb 10:32
e6c9be1

Choose a tag to compare

1.3.3: New Bug fixed!

13 Feb 09:18
25da743

Choose a tag to compare

Update ApplicationRequest.js

1.3.2: Typo fix ;D

13 Feb 09:06
8c8a472

Choose a tag to compare

Update package.json