Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

amnotarget #377

Closed Arcadiaprime closed 8 years ago

Arcadiaprime commented 8 years ago

Recently, /amnotarget was added to the list of admin commands, however there is no physical way to use it without the bit-field calculator being updated on the site to generate the field needed for admins to use it.

ensiform commented 8 years ago

Unless you just figure out which bit comes next and figure it out with math :p

Arcadiaprime commented 8 years ago

I'm no good with the technical stuff.

Blackwolf1337 commented 8 years ago

I'll create a standalone bitcalculator.

Razish commented 8 years ago

The calculator on the site is standalone, just open the .html page locally. We just need to change https://github.com/Razish/japp-site/blob/master/calculator.html#L261-L291

Arcadiaprime commented 8 years ago

I was talking about this one for admin permissions: http://japp.jkhub.org/calculator.html

Blackwolf1337 commented 8 years ago

@Razish Didn't knew that you've published the calculator :sweat_smile:

@Arcadiaprime as razish said just download the html and edit it.

Razish commented 8 years ago

I was talking about this one for admin permissions: http://japp.jkhub.org/calculator.html

Yep, it's the same page. I've put the whole site on github so any contributor can fix it up

Blackwolf1337 commented 8 years ago

@Razish I'll take care of it tomorrow, if I got time.

Razish commented 8 years ago

Fixed in Razish/japp-site@93f32e5

Thanks for the report, keep them coming :)

Arcadiaprime commented 8 years ago

I still don't understand how that works.

Blackwolf1337 commented 8 years ago

You check the fields with permission copy the number and then add them with adminadd into the field in JKA.

Arcadiaprime commented 8 years ago

It was updated at some point today so the issue was solved.